Module: Kernel
- Defined in:
- opal/browser/css.rb,
opal/browser/dom.rb,
opal/browser/delay.rb,
opal/browser/window.rb,
opal/browser/interval.rb,
opal/browser/immediate.rb,
opal/browser/animation_frame.rb
Instance Method Summary collapse
-
#after(time, &block) ⇒ Delay
Execute a block after the given seconds.
-
#after!(time, &block) ⇒ Delay
Execute a block after the given seconds, you have to call [#start] on it yourself.
-
#alert(value) ⇒ Object
Alert the passed string.
- #animation_frame(&block) ⇒ Object
-
#confirm(value) ⇒ Object
Display a confirmation dialog with the passed string as text.
-
#CSS(text = nil, &block) ⇒ Browser::DOM::Element
Create a