diff --git a/docs/src/api/class-request.md b/docs/src/api/class-request.md index f9ed5b3fec..b7dba33085 100644 --- a/docs/src/api/class-request.md +++ b/docs/src/api/class-request.md @@ -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]>