Returns reference to the window that opened the window using open.
open
Returns:
reference to the window that opened the window using open
71 72 73
# File 'opal/browser/window.rb', line 71 def opener @opener ||= Browser::Window.new(`#@native.opener`) end