ref: 94389da8017a2bcca3cb29a4f954c928d577a31a dir: /domino/jsfcall/jsfcall.go/
package jsfcall const ( _ = iota Rerror Tinit Rinit Tclick Rclick Tquery Rquery ) type Msg struct { Type uint8 Error string Changed bool Html string }