Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 239 Bytes

puppeteer.jshandle.___jshandlesymbol_.md

File metadata and controls

15 lines (11 loc) · 239 Bytes
sidebar_label
JSHandle.[__JSHandleSymbol]

JSHandle.[__JSHandleSymbol] property

Used for nominally typing JSHandle.

Signature:

class JSHandle {
  [__JSHandleSymbol]?: T;
}