UNPKG

@flashport/flashport

Version:

FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library

9 lines (8 loc) 321 B
import { ErrorEvent } from "./ErrorEvent"; import { AEvent } from "./AEvent"; export declare class SecurityErrorEvent extends ErrorEvent { static SECURITY_ERROR: string; constructor(type: string, bubbles?: boolean, cancelable?: boolean, text?: string, id?: number); clone(): AEvent; toString(): string; }