Returns the history for this window.
Returns:
the history for this window
85 86 87
# File 'opal/browser/history.rb', line 85 def history History.new(`#@native.history`) if `#@native.history` end