mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-30 12:50:58 +00:00
8 lines
184 B
Text
8 lines
184 B
Text
|
|
interface MessageEvent : Event {
|
||
|
|
|
||
|
|
// FIXME: This should be of type "any" instead of "USVString"
|
||
|
|
readonly attribute USVString data;
|
||
|
|
readonly attribute USVString origin;
|
||
|
|
|
||
|
|
};
|