mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
#import <HTML/MessagePort.idl>
|
|
|
|
interface MessageChannel {
|
|
|
|
constructor();
|
|
|
|
readonly attribute MessagePort port1;
|
|
readonly attribute MessagePort port2;
|
|
|
|
};
|