2026-02-11 10:35:29 +00:00
|
|
|
diff --git a/index.js b/index.js
|
2026-01-15 09:21:25 +00:00
|
|
|
index ac8033b..b1ba8f0 100644
|
2026-02-11 10:35:29 +00:00
|
|
|
--- a/index.js
|
|
|
|
|
+++ b/index.js
|
2026-01-15 09:21:25 +00:00
|
|
|
@@ -21,9 +21,10 @@ class FixedJSDOMEnvironment extends JSDOMEnvironment {
|
|
|
|
|
this.global.TextEncoderStream = TextEncoderStream
|
|
|
|
|
this.global.ReadableStream = ReadableStream
|
2026-02-11 10:35:29 +00:00
|
|
|
|
2026-01-15 09:21:25 +00:00
|
|
|
- this.global.Blob = Blob
|
|
|
|
|
+ // this.global.Blob = Blob
|
|
|
|
|
+ // this.global.File = File
|
|
|
|
|
this.global.Headers = Headers
|
|
|
|
|
- this.global.FormData = FormData
|
|
|
|
|
+ // this.global.FormData = FormData
|
|
|
|
|
this.global.Request = Request
|
|
|
|
|
this.global.Response = Response
|
|
|
|
|
this.global.fetch = fetch
|