mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
10 lines
168 B
Text
10 lines
168 B
Text
#import <HTML/MessagePort.idl>
|
|
|
|
interface MessageChannel {
|
|
|
|
constructor();
|
|
|
|
readonly attribute MessagePort port1;
|
|
readonly attribute MessagePort port2;
|
|
|
|
};
|