Method: Browser::Window#document
- Defined in:
- opal/browser/dom.rb
#document ⇒ DOM::Document
Get the DOM::Document for this window.
77 78 79 |
# File 'opal/browser/dom.rb', line 77 def document DOM(`#@native.document`) end |
Get the DOM::Document for this window.
77 78 79 |
# File 'opal/browser/dom.rb', line 77 def document DOM(`#@native.document`) end |