shadow-function
Version:
ioing lib - shadow Function, worker Function
12 lines (11 loc) • 395 B
TypeScript
declare class BlackDocument {
root: Element;
methods: Object;
sandbox: HTMLIFrameElement;
constructor(template: string, root?: Element, csp?: string, type?: string);
hashSource(): string;
injectRequestParentAction(csp: string): string;
create(template: string, csp: string, type?: string): void;
run(methods: object): void;
}
export { BlackDocument };