Merge remote-tracking branch 'origin/refactor/circular-deps' into feat/v9-prerelease

This commit is contained in:
Nathan Walker
2025-09-15 17:39:28 -07:00

View File

@@ -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;