You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/api.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3290,7 +3290,7 @@ Contains the request's resource type as it was perceived by the rendering engine
3290
3290
ResourceType will be one of the following: `document`, `stylesheet`, `image`, `media`, `font`, `script`, `texttrack`, `xhr`, `fetch`, `eventsource`, `websocket`, `manifest`, `other`.
3291
3291
3292
3292
#### request.response()
3293
-
- returns: <?[Response]> A matching [Response] object, or `null` if the response has not been received yet.
3293
+
- returns: <[Promise]<?[Response]> A matching [Response] object, or `null` if the response was not received due to error.
0 commit comments