1 2 3 4 5 6 7 8
interface MessageChannel { constructor(); readonly attribute MessagePort port1; readonly attribute MessagePort port2; };