A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/delay below:

IntersectionObserver: delay property - Web APIs

IntersectionObserver: delay property

Limited availability

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The delay read-only property of the IntersectionObserver interface indicates the minimum delay between notifications from this observer.

The delay is used to limit the rate at which notifications should be provided when tracking visibility, as this is a computationally intensive operation. The recommendation when tracking visibility is that you set the delay to the largest tolerable value.

Value

A positive number in milliseconds.

The value is set using the option.delay argument to the IntersectionObserver() constructor. The value is clamped to 100 or greater if trackVisibility is true, but otherwise defaults to 0.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4