Expand description
JSHandleJs: QuickJS wrapper around ferridriver::JSHandle.
Mirrors the NAPI surface in crates/ferridriver-node/src/js_handle.rs
and Playwright’s JSHandle TS interface. Phase-C surface covers lifecycle
only — dispose, isDisposed, asElement. Phase D extends with
evaluate, evaluateHandle, getProperties, getProperty, jsonValue.
Structs§
- JSHandle
Js - QuickJS-visible wrapper around a core
JSHandle.