Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/events/AsyncErrorEvent.hx
2026-05-21 20:15:16 -07:00

8 lines
277 B
Haxe

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;
}