We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The wrapper for the native window is the DOM::Window (documentation) module.
It has the following APIs:
DOM::Window.on :hashchange do puts DOM::Window.hash end DOM::Window.hash = 'test'