mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
6 lines
112 B
Text
6 lines
112 B
Text
interface MessageEvent : Event {
|
|
|
|
readonly attribute any data;
|
|
readonly attribute USVString origin;
|
|
|
|
};
|