openfl
Version:
A fast, productive library for 2D cross-platform development.
29 lines (11 loc) • 376 B
TypeScript
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;