Skip to main content

Module js_handle

Module js_handle 

Source
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§

JSHandleJs
QuickJS-visible wrapper around a core JSHandle.