mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
5ff205dc8b
* fix: extends `ElementHandle` to `Node`s (#8552)
239 B
239 B
sidebar_label |
---|
JSHandle.[__JSHandleSymbol] |
JSHandle.[__JSHandleSymbol] property
Used for nominally typing JSHandle.
Signature:
class JSHandle {
[__JSHandleSymbol]?: T;
}