module Lune::WebviewLike

Direct including types

Defined in:

lune/webview.cr

Instance Method Summary

Instance Method Detail

abstract def bind_deferred(name : String, &block : String, Array(JSON::Any) -> Nil) #

[View source]
abstract def dispatch(&) #

[View source]
abstract def eval(js : String) #

[View source]
abstract def resolve(seq : String, status : Int32, result : String) #

[View source]