This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
main
/
ultraviolet
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
f49bba49f8
Rami (Branch)
Tag
master
ultraviolet
/
component_web_js.go
component_web_js.go
104 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
//go:build js && wasm
package ultraviolet
import "syscall/js"
type JS interface {
Node() js.Value
}