mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
JS: implement getADataNode for NodeHttpUrlRequest
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
| src/http.js:27:16:27:73 | http.re ... POST'}) | src/http.js:50:16:50:22 | 'stuff' |
|
||||
| src/http.js:27:16:27:73 | http.re ... POST'}) | src/http.js:51:14:51:25 | 'more stuff' |
|
||||
@@ -0,0 +1,4 @@
|
||||
import javascript
|
||||
|
||||
from NodeJSLib::NodeJSClientRequest cr
|
||||
select cr, cr.getADataNode()
|
||||
Reference in New Issue
Block a user