Trait script::dom::bindings::codegen::Bindings::MessageChannelBinding::MessageChannel_Binding::MessageChannelMethods
source · pub trait MessageChannelMethods {
// Required methods
fn Port1(&self) -> Root<Dom<MessagePort>>;
fn Port2(&self) -> Root<Dom<MessagePort>>;
}