Not documented.
- Annotations
- DocsEditable()
- DomName('Performance')
- SupportedBrowser(SupportedBrowser.CHROME)
- SupportedBrowser(SupportedBrowser.FIREFOX)
- SupportedBrowser(SupportedBrowser.IE)
- Extends
- Object
- EventTarget
- Performance
Constants
-
EventStreamProvider<Event>
resourceTimingBufferFullEvent
=
const EventStreamProvider<Event>
('webkitresourcetimingbufferfull') -
constStatic factory designed to expose
resourcetimingbufferfull
events to event handlers that are not necessarily instances of Performance.
Static Properties
- bool supported
-
read-onlyChecks if this type is supported on the current platform.
Properties
- MemoryInfo memory
-
read-only
-
read-only
- Events on
-
read-only, inheritedThis 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-onlyStream of
resourcetimingbufferfull
events handled by thisPerformance
. - 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