1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/js
2023-02-13 10:29:02 +02:00
..
dom ci: fix v build-examples (use voidptr(u64(0)) inside vlib/js/dom/dom.js.v) 2022-07-21 23:08:18 +03:00
js.js.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +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.