UNPKG

advanced-post-message

Version:

Inspired from post robot, this module is designed to provide a simple interface for cross domain communication.

11 lines 243 B
export interface UserConfig { targetWindow: Window; targetOrigin: string; debug: boolean; channelId: string; /** * @default false */ suppressErrors: boolean; } //# sourceMappingURL=configHandler.types.d.ts.map