From 516f13e7ee36258b6f45b22b4c5ce34214a6e440 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Thu, 18 Mar 2021 13:49:35 -0700 Subject: [PATCH] Revert "chore(docs): reference the available constants for csharp (#5785)" This bubbled up in Python comment. --- docs/src/api/class-request.md | 4 ---- 1 file changed, 4 deletions(-) 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]>