Method: Browser::Window#document

Defined in:
opal/browser/dom.rb

#documentDOM::Document

Get the DOM::Document for this window.

Returns:



111
112
113
# File 'opal/browser/dom.rb', line 111

def document
  DOM(`#@native.document`)
end