Method: Browser::Window#history
- Defined in:
- opal/browser/history.rb
#history ⇒ History (readonly)
Returns the history for this window.
82 83 84 |
# File 'opal/browser/history.rb', line 82 def history History.new(`#@native.history`) if `#@native.history` end |