Skip to content

Commit cac4dab

Browse files
Remove vendored fetch polyfill, update to whatwg-fetch@3.0
1 parent 9b80560 commit cac4dab

File tree

4 files changed

+6
-534
lines changed

4 files changed

+6
-534
lines changed

Libraries/Core/setUpGlobals.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ if (global.window === undefined) {
2121
global.window = global;
2222
}
2323

24+
if (global.self === undefined) {
25+
global.self = global;
26+
}
27+
2428
// Set up process
2529
global.process = global.process || {};
2630
global.process.env = global.process.env || {};

0 commit comments

Comments
 (0)