docs(new): migrate CDPSession to TSDoc (#6064)

This commit is contained in:
Alex Rudenko
2020-06-22 12:05:10 +02:00
committed by GitHub
parent 1cf3f06055
commit 983a7b67df
11 changed files with 72 additions and 123 deletions

View File

@@ -4,6 +4,8 @@
## CDPSession.detach() method
Detaches the cdpSession from the target. Once detached, the cdpSession object won't emit any events and can't be used to send messages.
<b>Signature:</b>
```typescript