mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Update FIXMEs about FrozenArray with more up-to-date description
We could support FrozenArray pretty easily here, but we would regress on SameObject handling.
This commit is contained in:
parent
ad34fdad48
commit
4e298db4f5
Notes:
github-actions[bot]
2025-04-25 14:44:46 +00:00
Author: https://github.com/trflynn89
Commit: 4e298db4f5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4473
Reviewed-by: https://github.com/gmta ✅
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ interface MessageEvent : Event {
|
|||
readonly attribute USVString origin;
|
||||
readonly attribute DOMString lastEventId;
|
||||
readonly attribute MessageEventSource? source;
|
||||
// FIXME: readonly attribute FrozenArray<MessagePort> ports;
|
||||
// FIXME: This should be FrozenArray<MessagePort>, but must also always return the same object.
|
||||
readonly attribute any ports;
|
||||
|
||||
undefined initMessageEvent(DOMString type, optional boolean bubbles = false, optional boolean cancelable = false, optional any data = null, optional USVString origin = "", optional DOMString lastEventId = "", optional MessageEventSource? source = null, optional sequence<MessagePort> ports = []);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue