module
JS::Context
Defined in:
js/context/browser.crjs/context/console.cr
js/context/context_object.cr
js/context/document.cr
js/context/element.cr
js/context/navigator.cr
js/context/node_list.cr
js/context/timer_handle.cr
js/context/undefined.cr
js/context/window.cr
Class Method Summary
-
.build_call_chain(preceding_call_chain : String, method_name : String, *args) : String
Keep chain generation centralized so all browser context wrappers emit identical JS call syntax.
- .default : JS::Context::Browser
- .serialize_args(io : IO, *args) : Nil
Class Method Detail
Keep chain generation centralized so all browser context wrappers emit identical JS call syntax.