mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
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:
parent
f24f225db8
commit
d409137e4c
17 changed files with 476 additions and 228 deletions
|
@ -1,15 +1,16 @@
|
|||
[fetch-event.https.h2.html]
|
||||
expected: TIMEOUT
|
||||
[global setup]
|
||||
expected: FAIL
|
||||
|
||||
[The streaming request body is readable in the service worker.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Network fallback for streaming upload.]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[When the streaming request body is used, network fallback fails.]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Running clone() in the service worker does not prevent network fallback.]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue