diff options
Diffstat (limited to 'runtime/js/40_http.js')
-rw-r--r-- | runtime/js/40_http.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/js/40_http.js b/runtime/js/40_http.js index afc5635ac..eb3c58a63 100644 --- a/runtime/js/40_http.js +++ b/runtime/js/40_http.js @@ -77,6 +77,7 @@ } [Symbol.asyncIterator]() { + // deno-lint-ignore no-this-alias const httpConn = this; return { async next() { |