Initial support for AIR
This commit is contained in:
7
externs/air/flash/events/SQLErrorEvent.hx
Normal file
7
externs/air/flash/events/SQLErrorEvent.hx
Normal file
@@ -0,0 +1,7 @@
|
||||
package flash.events;
|
||||
|
||||
extern class SQLErrorEvent extends ErrorEvent {
|
||||
var error(default,never) : flash.errors.SQLError;
|
||||
function new(type : String, bubbles : Bool=false, cancelable : Bool=false, ?error : flash.errors.SQLError) : Void;
|
||||
static var ERROR : String;
|
||||
}
|
||||
Reference in New Issue
Block a user