Merge pull request #9894 from overleaf/em-node-fetch-web

Replace request-promise with node-fetch in web

GitOrigin-RevId: 07dbb6db7fd42326807aaeb18e5ee39f7c3d4668
This commit is contained in:
Eric Mc Sween
2022-10-13 08:04:24 +00:00
committed by Copybot
parent 47b3b72076
commit da30da76b2
13 changed files with 313 additions and 217 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ const SandboxedModule = require('sandboxed-module')
SandboxedModule.configure({
ignoreMissing: true,
requires: getSandboxedModuleRequires(),
globals: { Buffer, Promise, console, process },
globals: { AbortSignal, Buffer, Promise, console, process, URL },
})
function getSandboxedModuleRequires() {