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