mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
3fdf6cfad9
The `size` function returned from the `size` getter of `ByteLengthQueuingStrategy` or `CountQueuingStrategy` should not have a prototype property, nor be a constructor. Refs: https://streams.spec.whatwg.org/#blqs-size Refs: https://streams.spec.whatwg.org/#cqs-size Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com> PR-URL: https://github.com/nodejs/node/pull/44867 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
15 lines
384 B
JSON
15 lines
384 B
JSON
{
|
|
"queuing-strategies-size-function-per-global.window.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"readable-streams/cross-realm-crash.window.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"transferable/deserialize-error.window.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"transferable/transfer-with-messageport.window.js": {
|
|
"skip": "Browser-specific test"
|
|
}
|
|
}
|