UNPKG

@lynx-js/offscreen-document

Version:

Offscreen Document allows developers to use particular DOM in WebWorker

7 lines (6 loc) 298 B
export declare function initOffscreenDocument(options: { shadowRoot: ShadowRoot; onEvent: (eventType: string, targetUniqueId: number, bubbles: boolean, otherProperties: Parameters<typeof structuredClone>[0]) => void; }): { decodeOperation: (operations: (string | number)[]) => void; };