mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: FileReader ref
This commit is contained in:
@@ -353,6 +353,7 @@ if (!global.NativeScriptHasPolyfilled) {
|
|||||||
glb.FormData = xhrImpl.FormData;
|
glb.FormData = xhrImpl.FormData;
|
||||||
glb.Blob = xhrImpl.Blob;
|
glb.Blob = xhrImpl.Blob;
|
||||||
glb.File = xhrImpl.File;
|
glb.File = xhrImpl.File;
|
||||||
|
glb.FileReader = xhrImpl.FileReader;
|
||||||
|
|
||||||
// fetch
|
// fetch
|
||||||
glb.fetch = fetchPolyfill.fetch;
|
glb.fetch = fetchPolyfill.fetch;
|
||||||
|
|||||||
Reference in New Issue
Block a user