diff options
Diffstat (limited to 'ext/web/06_streams.js')
-rw-r--r-- | ext/web/06_streams.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/web/06_streams.js b/ext/web/06_streams.js index 3da3fe36c..1dbf769b2 100644 --- a/ext/web/06_streams.js +++ b/ext/web/06_streams.js @@ -5420,6 +5420,7 @@ class ReadableStream { // TODO(lucacasonato): should be moved to webidl crate ReadableStream.prototype[SymbolAsyncIterator] = ReadableStream.prototype.values; ObjectDefineProperty(ReadableStream.prototype, SymbolAsyncIterator, { + __proto__: null, writable: true, enumerable: false, configurable: true, |