Skip to content

Commit 0a676db

Browse files
committed
Add intent to support IntersectionObserver and MutationObserver
1 parent 40277dc commit 0a676db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

proposals/0000-reduce-fragmentation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,14 @@ Support the `document` object for common patterns such as listening to document
488488
* [ ] `scroll`.
489489
* [ ] `visibilitychange`.
490490

491+
## IntersectionObserver
492+
493+
Support the [`IntersectionObserver`](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver) API for observing the intersection of target elements. This can also be used as a building block for performance tooling.
494+
495+
## MutationObserver
496+
497+
Support the latest [`MutationObserver`](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) API for watching changes to the host node tree. This can also be used as a building block for performance tooling.
498+
491499
## ResizeObserver
492500

493501
Support the latest [`ResizeObserver`](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver) API for responding the changes in the size of elements. Note that this API no longer includes positional coordinates and is optimized for width/height information.

0 commit comments

Comments
 (0)