func isData()

in wrappers.go [189:191]


func isData(mt int) bool {
	return mt == websocket.BinaryMessage || mt == websocket.TextMessage
}