Returns the location for the window.
Returns:
the location for the window
81 82 83
# File 'opal/browser/location.rb', line 81 def location Location.new(`#@native.location`) if `#@native.location` end