code wiki / _hdl_build / nx_click_test.nx
nx_click_test.nx
buildroot/runtime/_hdl_build/nx_click_test.nx
about
nx_click_test.nx -- isolate the INTERACTION TRIGGER: a click-to-load player (fetch inside an addEventListener
'click' handler bound synchronously). vs_sniff_net_bundled appends the auto-click postamble. If click fires the
listener, fetch(m3u8) registers -> recorded as media -> ROUTE=hls. If HTML-seeded click can't match the listener,
ROUTE=none (=> the trigger needs DOM_TREE mode, not the lazy HTML-seeded view).
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_x509_trust_store.nxnx_trust_store_load_from_certdata.nxnx_video_sniff.nxnx_video_sniff_fetch.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 11 | func cw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 12 | func tslen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 14 | func main() -> i64 |