Skip to content

Commit

Permalink
chore(docs): reference the available constants for csharp (#5785)
Browse files Browse the repository at this point in the history
  • Loading branch information
avodovnik authored Mar 18, 2021
1 parent d53cea7 commit dfb1c99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/api/class-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ Contains the request's resource type as it was perceived by the rendering engine
following: `document`, `stylesheet`, `image`, `media`, `font`, `script`, `texttrack`, `xhr`, `fetch`, `eventsource`,
`websocket`, `manifest`, `other`.

:::note csharp
The resource types are available as constants in [ResourceTypes].
:::

## async method: Request.response
- returns: <[null]|[Response]>

Expand Down

0 comments on commit dfb1c99

Please sign in to comment.