export type IframeWrapperResult = { iframeWrapper: IframeWrapper; iframeWindow: Window; iframeDocument: Document; iframeBody: HTMLElement; }; /** * The IframeWrapper class creates an iframe that can be used to load a document and then be disposed of. This is useful * for running a full NetworkedDOM document in an iframe and then disposing of it when it is no longer needed which will * clear up the