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