Method: Browser::Window#send
- Defined in:
-
opal/browser/window.rb,
opal/browser/window.rb
Send a message to the window.
87 88 89 |
# File 'opal/browser/window.rb', line 87 def send(, = {}) `#@native.postMessage(#{message}, #{options[:to] || '*'})` end |