| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f9994e2 commit d33cbab
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -190,12 +190,12 @@ function setupFetch() { | |||
| 190 | 190 | return undici; | |
| 191 | 191 | } | |
| 192 | 192 | ||
| 193 | - emitExperimentalWarning('The Fetch API'); | ||
| 194 | 193 | undici = require('internal/deps/undici/undici'); | |
| 195 | 194 | return undici; | |
| 196 | 195 | } | |
| 197 | 196 | ||
| 198 | 197 | async function fetch(input, init = undefined) { | |
| 198 | + emitExperimentalWarning('The Fetch API'); | ||
| 199 | 199 | return lazyUndici().fetch(input, init); | |
| 200 | 200 | } | |
| 201 | 201 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments