UNPKG

openfl

Version:

A fast, productive library for 2D cross-platform development.

29 lines (11 loc) 376 B
declare namespace openfl.system { export class SecurityDomain { public static readonly currentDomain:SecurityDomain; // #if flash // @:noCompletion @:dox(hide) @:require(flash11_3) public var domainID (default, null):string; // #end // protected function new () { // } } } export default openfl.system.SecurityDomain;