ReportingObserverOptions

Type Alias ReportingObserverOptions 

Source
pub(crate) type ReportingObserverOptions = ReportingObserverOptions;

Aliased Type§

pub(crate) struct ReportingObserverOptions {
    pub buffered: bool,
    pub types: Option<Vec<DOMString>>,
}

Fields§

§buffered: bool§types: Option<Vec<DOMString>>