observablehq / observable-jupyter

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

Use ResizeObserver or MutationObserver for iframe height changes #7

Closed thomasballinger closed 4 years ago

thomasballinger commented 4 years ago

Use resizeObservers most places, MutationObservers on Safari or iOS.

fixes #5

thomasballinger commented 4 years ago

Merging but I'm interested in comments on approach