From dfb1c99ad11b52393501ecaac9e592967abf7cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Vodovnik?= Date: Thu, 18 Mar 2021 16:34:13 +0100 Subject: [PATCH] chore(docs): reference the available constants for csharp (#5785) --- docs/src/api/class-request.md | 4 ++++ 1 file changed, 4 insertions(+) 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]>