Dart SDK
dart:html
Performance
property supported
supported
class Performance
Constructors
internal_
Properties
memory
navigation
timing
hashCode
on
runtimeType
Methods
clearFrameTimings
clearMarks
clearMeasures
clearResourceTimings
getEntries
getEntriesByName
getEntriesByType
mark
measure
now
setFrameTimingBufferSize
setResourceTimingBufferSize
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Static properties
instanceRuntimeType
supported
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;
property supported