FormData support added

This commit is contained in:
Vladimir Enchev
2015-07-20 14:42:29 +03:00
parent 54c0de8df6
commit e2f464e1d2
10 changed files with 115 additions and 20 deletions

View File

@ -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) {