| 1 | /* Intersection / Resize / Mutation observers; each entry fires through `ctx.pushEvent`. */ |
| 2 | |
| 3 | export default ({ node, intersectionObservers, resizeObservers, mutationObservers }, { pushEvent, emitError }) => ({ |
| 4 | /* Options: {root_handle?, rootMargin?, threshold?}. Event detail: {msg, target_handle, intersecting, ratio, x, y, w, h}. */ |