chore(docs): reference the available constants for csharp (#5785)

This commit is contained in:
Anže Vodovnik 2021-03-18 16:34:13 +01:00 committed by GitHub
parent d53cea7029
commit dfb1c99ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]>