wildhaber/gluebert

View on GitHub
src/polyfills/polyfill.intersection-observer.js

Summary

Maintainability
A
0 mins
Test Coverage
import IntersectionObserverPolyfill from 'polyfill-service/polyfills/IntersectionObserver/polyfill';
import IntersectionObserverEntryPolyfill from 'polyfill-service/polyfills/IntersectionObserverEntry/polyfill';

export {
    IntersectionObserverEntryPolyfill,
    IntersectionObserverPolyfill,
};