mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
537 B
Markdown
14 lines
537 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [Request](./puppeteer.protocol.network.request.md) > [urlFragment](./puppeteer.protocol.network.request.urlfragment.md)
|
|
|
|
## Protocol.Network.Request.urlFragment property
|
|
|
|
Fragment of the requested URL starting with hash, if present.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
urlFragment?: string;
|
|
```
|