1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/js
2022-07-21 23:08:18 +03: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: wrap up unsafe { nil } (p. 3) 2022-07-21 21:01:30 +03: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: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00

Description:

js is frontend/browser specific module, that provides access to global JS functions. NB: it only works with the JS backend.