's'
This commit is contained in:
8
lib/polyfills.ts
Normal file
8
lib/polyfills.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
if (typeof window === 'undefined') {
|
||||
global.fetch = fetch
|
||||
global.Headers = Headers
|
||||
global.Request = Request
|
||||
global.Response = Response
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user