mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision b'49287d0e660dd6704c508ef20c9d53c13aee296b'
This commit is contained in:
parent
94c4e1cd1a
commit
d2eeed132b
76 changed files with 7672 additions and 5893 deletions
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<script>
|
||||
const blob = new Blob([1, 2]);
|
||||
const readable = blob.stream()
|
||||
const writable = new WritableStream({}, {
|
||||
size() {
|
||||
let xhr = new XMLHttpRequest()
|
||||
xhr.open("POST", "1", false)
|
||||
xhr.send()
|
||||
}
|
||||
})
|
||||
readable.pipeThrough({ readable, writable })
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue