MLE Implemented Web APIs(mle-js-webapis)
Preparing search index...
performance
Performance
Interface Performance
Copyright (c) 2025, Oracle and/or its affiliates.
interface
Performance
{
timeOrigin
:
number
;
addEventListener
(
type
:
string
,
callback
:
EventListenerOrEventListenerObject
,
options
?:
boolean
|
AddEventListenerOptions
,
)
:
void
;
dispatchEvent
(
event
:
Event
)
:
boolean
;
now
()
:
number
;
removeEventListener
(
type
:
string
,
callback
:
EventListenerOrEventListenerObject
,
options
?:
boolean
|
EventListenerOptions
,
)
:
void
;
toJSON
()
:
any
;
}
Hierarchy (
View Summary
)
EventTarget
Performance
Index
Properties
time
Origin
Methods
add
Event
Listener
dispatch
Event
now
remove
Event
Listener
to
JSON
Properties
Readonly
time
Origin
timeOrigin
:
number
Methods
add
Event
Listener
addEventListener
(
type
:
string
,
callback
:
EventListenerOrEventListenerObject
,
options
?:
boolean
|
AddEventListenerOptions
,
)
:
void
Parameters
type
:
string
callback
:
EventListenerOrEventListenerObject
Optional
options
:
boolean
|
AddEventListenerOptions
Returns
void
dispatch
Event
dispatchEvent
(
event
:
Event
)
:
boolean
Parameters
event
:
Event
Returns
boolean
now
now
()
:
number
Returns
number
remove
Event
Listener
removeEventListener
(
type
:
string
,
callback
:
EventListenerOrEventListenerObject
,
options
?:
boolean
|
EventListenerOptions
,
)
:
void
Parameters
type
:
string
callback
:
EventListenerOrEventListenerObject
Optional
options
:
boolean
|
EventListenerOptions
Returns
void
to
JSON
toJSON
()
:
any
Returns
any
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
time
Origin
Methods
add
Event
Listener
dispatch
Event
now
remove
Event
Listener
to
JSON
MLE Implemented Web APIs(mle-js-webapis)
Loading...
Copyright (c) 2025, Oracle and/or its affiliates.