ref: 68691c82402b473215a17850f4007bde4a02f12f 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 }