We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecf56b commit b39f755Copy full SHA for b39f755
packages/nimble-components/src/utilities/tests/intersection-observer.ts
@@ -17,10 +17,6 @@ export async function checkFullyInViewport(
17
resolve(false);
18
}
19
},
20
- // As of now, passing a document as root is not supported on Safari:
21
- // https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#browser_compatibility
22
- // If we begin running these tests on Safari, we may need to skip those that use this function.
23
- // This issue tracks expanding testing to Safari: https://github.com/ni/nimble/issues/990
24
{ threshold: 1.0, root: document }
25
);
26
intersectionObserver.observe(element);
0 commit comments