property Debugger.SetBreakpointByUrlParameterType.urlRegex
Usage in Deno
```typescript
import { type Debugger } from "node:node__inspector.d.ts";
```
Regex pattern for the URLs of the resources to set breakpoints on. Either
url or
urlRegex must be specified.