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