Skip to content

Commit 524740b

Browse files
author
ilya.veklenko
committed
feat (SDK TS): possibility to patch xmlHttp instanse
1 parent 631caf6 commit 524740b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/backendless.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ declare module __Backendless {
1111
var secretKey:string;
1212
var appVersion:string;
1313
var appPath:string;
14+
var XMLHttpRequest:any;
1415

1516
var browser:{
1617
browser:string;

0 commit comments

Comments
 (0)