Script: Implement TextEncoderStream (#38466)

This implements the `TextEncoderStream` WebIDL interface. 

Testing: Existing WPT tests should be sufficient
Fixes: #37724

---------

Signed-off-by: minghuaw <wuminghua7@huawei.com>
This commit is contained in:
minghuaw 2025-08-15 15:57:00 +08:00 committed by GitHub
parent f24f225db8
commit d409137e4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 476 additions and 228 deletions

View file

@ -13725,14 +13725,14 @@
]
],
"interfaces.https.html": [
"cbdb5bef0bab4f54514913517c214631a71f7d3a",
"40567f81c201fe775ad4735c231349fac8c33381",
[
null,
{}
]
],
"interfaces.worker.js": [
"1955d6f821d8445c813ac09e098b2c66f0e07d26",
"66f95241d5518a6b82725529775dc5613cbab1c0",
[
"mozilla/interfaces.worker.html",
{}

View file

@ -330,6 +330,7 @@ test_interfaces([
"TextDecoder",
"TextDecoderStream",
"TextEncoder",
"TextEncoderStream",
"TimeRanges",
"Touch",
"TouchEvent",

View file

@ -113,6 +113,7 @@ test_interfaces([
"TextDecoder",
"TextDecoderStream",
"TextEncoder",
"TextEncoderStream",
"TrustedHTML",
"TrustedScript",
"TrustedScriptURL",