mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
There is an open issue to clarify exactly what realm is to be used when creating promises. There are surely many more places we will need to update to use the correct realm (which will be the realm of `this`'s relevant global object).
14 lines
481 B
Plaintext
14 lines
481 B
Plaintext
Harness status: OK
|
|
|
|
Found 9 tests
|
|
|
|
9 Pass
|
|
Pass Stream objects created in expected globals
|
|
Pass Cancel promise is created in same global as stream
|
|
Pass Closed Promise in correct global
|
|
Pass Reader objects in correct global
|
|
Pass Desired size can be grafted from one prototype to another
|
|
Pass Closing errored stream throws object in appropriate global
|
|
Pass Can enqueue chunks from multiple globals
|
|
Pass Correct errors and globals for closed streams
|
|
Pass Tee Branches in correct global |