Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ext/web): writability of ReadableStream.from #20836

Merged
merged 9 commits into from
Oct 10, 2023

Conversation

lucacasonato
Copy link
Member

@lucacasonato lucacasonato commented Oct 9, 2023

Fixes a WPT in URL and ReadableStream.

Some unrelated WPT expectation changes due to WPT update.

@@ -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])",
Copy link
Member Author

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": [
Copy link
Member Author

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,
Copy link
Member Author

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.

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM too

@crowlKats crowlKats merged commit 2665ca1 into denoland:main Oct 10, 2023
13 checks passed
@lucacasonato lucacasonato deleted the fix_writablity branch October 10, 2023 03:05
bartlomieju pushed a commit that referenced this pull request Oct 12, 2023
Fixes a WPT in `URL` and `ReadableStream`.

Some unrelated WPT expectation changes due to WPT update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants