module JS::Context

Defined in:

js/context/browser.cr
js/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

Class Method Detail

def self.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.


[View source]
def self.default : JS::Context::Browser #

[View source]
def self.serialize_args(io : IO, *args) : Nil #

[View source]