Skip to content

Commit dfb1c99

Browse files
authored
chore(docs): reference the available constants for csharp (#5785)
1 parent d53cea7 commit dfb1c99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/api/class-request.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ Contains the request's resource type as it was perceived by the rendering engine
157157
following: `document`, `stylesheet`, `image`, `media`, `font`, `script`, `texttrack`, `xhr`, `fetch`, `eventsource`,
158158
`websocket`, `manifest`, `other`.
159159

160+
:::note csharp
161+
The resource types are available as constants in [ResourceTypes].
162+
:::
163+
160164
## async method: Request.response
161165
- returns: <[null]|[Response]>
162166

0 commit comments

Comments
 (0)