Method: Browser::Window#document

Defined in:
opal/browser/dom.rb

#documentDOM::Document

Get the DOM::Document for this window.

Returns:



77
78
79
# File 'opal/browser/dom.rb', line 77

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