Initial support for AIR
This commit is contained in:
9
externs/air/flash/desktop/IFilePromise.hx
Normal file
9
externs/air/flash/desktop/IFilePromise.hx
Normal file
@@ -0,0 +1,9 @@
|
||||
package flash.desktop;
|
||||
|
||||
extern interface IFilePromise {
|
||||
var isAsync(default,never) : Bool;
|
||||
var relativePath(default,never) : String;
|
||||
function close() : Void;
|
||||
function open() : flash.utils.IDataInput;
|
||||
function reportError(e : flash.events.ErrorEvent) : Void;
|
||||
}
|
||||
Reference in New Issue
Block a user