mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
FormData support added
This commit is contained in:
@ -15,6 +15,7 @@ if (types.isUndefined(global.NSObject)) {
|
||||
}
|
||||
|
||||
global.XMLHttpRequest = xhr.XMLHttpRequest;
|
||||
global.FormData = xhr.FormData;
|
||||
global.alert = dialogs.alert;
|
||||
|
||||
export function Deprecated(target: Object, key?: string | symbol, descriptor?: any) {
|
||||
|
Reference in New Issue
Block a user