Not documented.

Annotations
  • DocsEditable()
  • DomName('Performance')
  • SupportedBrowser(SupportedBrowser.CHROME)
  • SupportedBrowser(SupportedBrowser.FIREFOX)
  • SupportedBrowser(SupportedBrowser.IE)
Extends

Constants

EventStreamProvider<Event> resourceTimingBufferFullEvent = const EventStreamProvider<Event>('webkitresourcetimingbufferfull')
const
Static factory designed to expose resourcetimingbufferfull events to event handlers that are not necessarily instances of Performance.

Static Properties

bool supported
read-only
Checks if this type is supported on the current platform.

Properties

MemoryInfo memory
read-only
read-only
Events on
read-only, inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
Stream<Event> onResourceTimingBufferFull
read-only
Stream of resourcetimingbufferfull events handled by this Performance.
PerformanceTiming timing
read-only

Methods

addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
clearMarks(String markName) → void
clearMeasures(String measureName) → void
clearResourceTimings() → void
dispatchEvent(Event event) → bool
inherited
getEntries() → List<PerformanceEntry>
getEntriesByName(String name, String entryType) → List<PerformanceEntry>
getEntriesByType(String entryType) → List<PerformanceEntry>
mark(String markName) → void
measure(String measureName, String startMark, String endMark) → void
now() → double
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
setResourceTimingBufferSize(int maxSize) → void