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