Search
Preparing search index...
The search index is not available
Excalibur.js Edge API Documentation
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Util/Browser"
BrowserEvents
Class BrowserEvents
Hierarchy
BrowserEvents
Index
Constructors
constructor
Accessors
document
window
Methods
clear
pause
resume
Constructors
constructor
new
Browser
Events
(
_windowGlobal
:
Window
, _documentGlobal
:
Document
)
:
BrowserEvents
Parameters
_windowGlobal:
Window
_documentGlobal:
Document
Returns
BrowserEvents
Accessors
document
get
document
(
)
:
BrowserComponent
<
Document
>
Returns
BrowserComponent
<
Document
>
window
get
window
(
)
:
BrowserComponent
<
Window
>
Returns
BrowserComponent
<
Window
>
Methods
clear
clear
(
)
:
void
Returns
void
pause
pause
(
)
:
void
Returns
void
resume
resume
(
)
:
void
Returns
void
Globals
"
Util/
Browser"
Browser
Component
Browser
Events
constructor
document
window
clear
pause
resume
Native
Eventable