Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 267 Bytes

puppeteer.jshandle.tostring.md

File metadata and controls

23 lines (15 loc) · 267 Bytes
sidebar_label
JSHandle.toString

JSHandle.toString() method

Returns a string representation of the JSHandle.

Signature:

class JSHandle {
  abstract toString(): string;
}

Returns:

string

Remarks

Useful during debugging.