v/vlib/js
2023-11-25 10:02:51 +03:00
..
dom all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
js.js.v fmt: fix interface fields alignment (#19866) 2023-11-15 18:17:35 +02:00
js.v js: add fixes for generic structures and functions; add promise API; refactor modules (#12575) 2021-11-25 16:49:53 +02:00
README.md docs: unify format of notes (#17294) 2023-02-13 10:29:02 +02:00

Description:

js is frontend/browser specific module, that provides access to global JS functions.

Note

It only works with the JS backend.