LNXSDK/Kha/Tools/linux_x64/std/flash/events/AsyncErrorEvent.hx

8 lines
277 B
Haxe
Raw Permalink Normal View History

2025-01-22 16:18:30 +01:00
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;
}