Type Alias WindowPostMessageOptions

Source
pub(crate) type WindowPostMessageOptions = WindowPostMessageOptions;

Aliased Type§

pub(crate) struct WindowPostMessageOptions {
    pub parent: RootedTraceableBox<StructuredSerializeOptions>,
    pub targetOrigin: USVString,
}

Fields§

§parent: RootedTraceableBox<StructuredSerializeOptions>§targetOrigin: USVString