Skip to main content

Module iframe

Module iframe 

Source
Expand description

Iframe support for hpx-browser.

Each iframe with srcdoc gets its own DOM tree, V8 runtime, and event loop. Communication between parent and child is via serialized postMessage.

Structs§

IframeInfo
Info about an iframe found in the DOM.

Functions§

find_iframes
Find all <iframe> elements in the DOM.