Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>JSHandle#jsonValue

Headless Chrome Deno API
Latest
method JSHandle.prototype.jsonValue
Re-export
import { JSHandle } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Returns a JSON representation of the object.

Returns

Promise<Record<string, unknown>>