File tree Expand file tree Collapse file tree
javascript/ql/src/semmle/javascript/frameworks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ class ClientRequest extends DataFlow::InvokeNode {
5151 * - `blob`: The result is a `Blob` object
5252 * - `document`: The result is a deserialized HTML or XML document
5353 * - Any of the following additional response types defined by this library:
54- * - `fetch.response`: The result is a `Response` object from [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Response).
55- * - `stream`: The result is a Node.js stream and `http.IncomingMessage` object
56- * - `header`: The result the value of a header, as a string
57- * - `headers`: The result is a mapping from header names to their values.
58- * - `error`: The result is an error in an unspecified format, possibly containing information from the response
59- * - An empty string, indicating an unknown response type.
54+ * - `fetch.response`: The result is a `Response` object from [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Response).
55+ * - `stream`: The result is a Node.js stream and `http.IncomingMessage` object
56+ * - `header`: The result the value of a header, as a string
57+ * - `headers`: The result is a mapping from header names to their values.
58+ * - `error`: The result is an error in an unspecified format, possibly containing information from the response
59+ * - An empty string, indicating an unknown response type.
6060 * - Any value provided by custom implementations of `ClientRequest::Range`.
6161 */
6262 DataFlow:: Node getAResponseDataNode ( string responseType , boolean promise ) {
You can’t perform that action at this time.
0 commit comments