Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41bdd8a

Browse files
committed
JS: Fix qldoc indentation
1 parent 2df0b08 commit 41bdd8a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

javascript/ql/src/semmle/javascript/frameworks/ClientRequests.qll

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)