diff options
| author | Luca Casonato <hello@lcas.dev> | 2022-12-06 09:39:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-06 09:39:04 +0100 |
| commit | 923370f18fc936e782ed9515744e675aebb59750 (patch) | |
| tree | b994a4eec4b58485ddd6e21dfd37da9b64f7f9ba /tools/wpt/expectation.json | |
| parent | 3973ceb634afe7b4f38678efe0394da84d9c60a1 (diff) | |
fix(ext/fetch): new Request should soft clone (#16869)
Previously the inner request object of the original and the new request
were the same, causing the requests to be entangled and mutable changes
to one to be visible to the other. This fixes that.
Diffstat (limited to 'tools/wpt/expectation.json')
| -rw-r--r-- | tools/wpt/expectation.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index c58b8934f..cc026e988 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -2555,13 +2555,9 @@ "request-consume.any.html": true, "request-consume.any.worker.html": true, "request-disturbed.any.html": [ - "Request construction failure should not set \"bodyUsed\"", - "Input request used for creating new request became disturbed", "Input request used for creating new request became disturbed even if body is not used" ], "request-disturbed.any.worker.html": [ - "Request construction failure should not set \"bodyUsed\"", - "Input request used for creating new request became disturbed", "Input request used for creating new request became disturbed even if body is not used" ], "request-error.any.html": [ |
