@quadible/web-sdk
Version:
The web sdk for Quadible's behavioral authentication service.
6 lines (5 loc) • 442 B
TypeScript
import { MaybePromise } from './async';
export declare function withIframe<T>(action: (iframe: HTMLIFrameElement, iWindow: typeof window) => MaybePromise<T>, initialHtml?: string, domPollInterval?: number): Promise<T>;
export declare function selectorToElement(selector: string): HTMLElement;
export declare function addStyleString(style: CSSStyleDeclaration, source: string): void;
export declare function isAnyParentCrossOrigin(): boolean;