1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/jsdom/README.md

265 B

Description:

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

Examples:

Run v -b js_browser examples/js_dom_draw/draw.js.v, then open examples/js_dom_draw/index.html in your browser.