Trait script::dom::bindings::codegen::Bindings::PerformanceObserverEntryListBinding::PerformanceObserverEntryList_Binding::PerformanceObserverEntryListMethods
source · pub trait PerformanceObserverEntryListMethods {
// Required methods
fn GetEntries(&self) -> Vec<Root<Dom<PerformanceEntry>>>;
fn GetEntriesByType(
&self,
entryType: DOMString,
) -> Vec<Root<Dom<PerformanceEntry>>>;
fn GetEntriesByName(
&self,
name: DOMString,
entryType: Option<DOMString>,
) -> Vec<Root<Dom<PerformanceEntry>>>;
}