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

This bubbled up in Python comment.
This commit is contained in:
Pavel Feldman 2021-03-18 13:49:35 -07:00
parent c435ff3515
commit 516f13e7ee

View file

@ -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`, following: `document`, `stylesheet`, `image`, `media`, `font`, `script`, `texttrack`, `xhr`, `fetch`, `eventsource`,
`websocket`, `manifest`, `other`. `websocket`, `manifest`, `other`.
:::note csharp
The resource types are available as constants in [ResourceTypes].
:::
## async method: Request.response ## async method: Request.response
- returns: <[null]|[Response]> - returns: <[null]|[Response]>