puppeteer/new-docs/puppeteer.protocol.debugger.setbreakpointbyurlrequest.scripthash.md

14 lines
599 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [SetBreakpointByUrlRequest](./puppeteer.protocol.debugger.setbreakpointbyurlrequest.md) &gt; [scriptHash](./puppeteer.protocol.debugger.setbreakpointbyurlrequest.scripthash.md)
## Protocol.Debugger.SetBreakpointByUrlRequest.scriptHash property
Script hash of the resources to set breakpoint on.
<b>Signature:</b>
```typescript
scriptHash?: string;
```