fix: FileReader ref

This commit is contained in:
Nathan Walker
2025-09-15 17:20:24 -07:00
parent 361feaec94
commit a7736d6a93

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;