observablehq / observable-jupyter

This repository has been archived. Please see the fork maintained by Thomas Ballinger.
https://github.com/thomasballinger/observable-jupyter
ISC License
5 stars 0 forks source link

ResizeObserver + MutationObserver fallback instead of polling #5

Closed thomasballinger closed 4 years ago

thomasballinger commented 4 years ago

Ah, we use MutationObserver and listen for load events if ResizeObserver is not supported

Polling every 200ms is the current approach.