forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package flash.events;
|
||||
|
||||
extern class AsyncErrorEvent extends ErrorEvent {
|
||||
var error : flash.errors.Error;
|
||||
function new(type : String, bubbles : Bool = false, cancelable : Bool = false, ?text : String, ?error : flash.errors.Error) : Void;
|
||||
static final ASYNC_ERROR : String;
|
||||
}
|
Reference in New Issue
Block a user