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