mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge remote-tracking branch 'origin/refactor/circular-deps' into feat/v9-prerelease
This commit is contained in:
@@ -353,6 +353,7 @@ if (!global.NativeScriptHasPolyfilled) {
|
||||
glb.FormData = xhrImpl.FormData;
|
||||
glb.Blob = xhrImpl.Blob;
|
||||
glb.File = xhrImpl.File;
|
||||
glb.FileReader = xhrImpl.FileReader;
|
||||
|
||||
// fetch
|
||||
glb.fetch = fetchPolyfill.fetch;
|
||||
|
||||
Reference in New Issue
Block a user