Not documented.

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

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

supported bool
read-only

Checks if this type is supported on the current platform.

Properties

memory MemoryInfo
read-only

read-only

on Events
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.

onResourceTimingBufferFull Stream<Event>
read-only

Stream of resourcetimingbufferfull events handled by this Performance.

timing PerformanceTiming
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