@lynx-js/offscreen-document
Version:
Offscreen Document allows developers to use particular DOM in WebWorker
7 lines (6 loc) • 366 B
TypeScript
export { OffscreenDocument, _onEvent } from './OffscreenDocument.js';
export { _attributes, textContent, _children, _cssRuleContents, OffscreenElement, } from './OffscreenElement.js';
export type * from './OffscreenEvent.js';
export type * from './OffscreenElement.js';
export type * from './OffscreenCSSStyleDeclaration.js';
export type * from '../types/index.js';