-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(ext/web): writability of ReadableStream.from
#20836
Conversation
@@ -1020,35 +1020,67 @@ | |||
], | |||
"import_export": { | |||
"ec_importKey.https.any.html": [ | |||
"Good parameters: P-256 bits (spki, buffer(59, compressed), {name: ECDSA, namedCurve: P-256}, true, [verify])", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @littledivy A bunch of new WebCryptoAPI failures in WPT - can you take a look?
@@ -6146,8 +6840,12 @@ | |||
"scripting-1": { | |||
"the-script-element": { | |||
"import-assertions": { | |||
"dynamic-import-with-assertion-argument.any.html": true, | |||
"dynamic-import-with-assertion-argument.any.worker.html": true | |||
"dynamic-import-with-assertion-argument.any.html": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"send-many-64K-messages-with-backpressure.any.worker.html?wss": true, | ||
"stream": { | ||
"tentative": { | ||
"abort.any.html?wpt_flags=h2": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @crowlKats for changes to WebSocketStream
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM too
Fixes a WPT in `URL` and `ReadableStream`. Some unrelated WPT expectation changes due to WPT update.
Fixes a WPT in
URL
andReadableStream
.Some unrelated WPT expectation changes due to WPT update.