diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-05-31 20:06:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-31 20:06:21 +0200 |
| commit | 6e0bf093c558358c463109637615fddc4020eeac (patch) | |
| tree | 0e1e16751a1d2ffb6bf756095e02ec4180cdad71 /ext/web | |
| parent | 8e84dc0139055db8c84ad28723114d343982a8f7 (diff) | |
refactor: further work on node http client (#19327)
Closes https://github.com/denoland/deno/issues/18300
Diffstat (limited to 'ext/web')
| -rw-r--r-- | ext/web/03_abort_signal.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/web/03_abort_signal.js b/ext/web/03_abort_signal.js index 8857eb550..07a274dd2 100644 --- a/ext/web/03_abort_signal.js +++ b/ext/web/03_abort_signal.js @@ -203,4 +203,5 @@ export { newSignal, remove, signalAbort, + timerId, }; |
