Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
puppeteer-core
/
src
/
api
/
ElementHandleSymbol.ts
blob: 6e5087b773ee9e61dbdaab36191486b6e4f0e7ce [
file
] [
log
] [
blame
]
/**
* @license
* Copyright 2023 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export
const
_isElementHandle
=
Symbol
(
'_isElementHandle'
);