/bin/std/flash9/events/AsyncErrorEvent.hx
http://github.com/Yoomee/clippy · Haxe · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · a728315b93adb54bcbfa08d18bc3d929 MD5 · raw file
- package flash.events;
- extern class AsyncErrorEvent extends ErrorEvent {
- var error : flash.Error;
- function new(type : String, ?bubbles : Bool, ?cancelable : Bool, ?text : String, ?error : flash.Error) : Void;
- static var ASYNC_ERROR : String;
- }