deno/cli/tsc/dts
Luca Casonato 3b6c70e5b2
feat(ext/fetch): add support for fetch on unix sockets (#29154)
This commit adds support for using Unix socket proxies in `fetch` API.

This is facilitated by passing an appropriate `Deno.HttpClient` instance
to the `fetch` API:
```
const client = Deno.createHttpClient({
  proxy: {
    transport: "unix",
    path: "/path/to/unix.sock",
  },
});

await fetch("http://localhost/ping", { client });
```

Closes https://github.com/denoland/deno/issues/8821

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-05-13 18:06:17 +02:00
..
lib.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.decorators.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.decorators.legacy.d.ts fix: upgrade to TypeScript 5.0.3 (#18532) 2023-03-31 17:09:04 +00:00
lib.deno.ns.d.ts feat(ext/fetch): add support for fetch on unix sockets (#29154) 2025-05-13 18:06:17 +02:00
lib.deno.shared_globals.d.ts fix: add stackTraceLimit to ErrorConstructor interface and removed ErrorWithStackTraceLimit interface (#28539) 2025-03-18 09:56:39 -04:00
lib.deno.unstable.d.ts fix(dts): add Atomics.pause, Promise.try and RegExp.escape (#29186) 2025-05-08 23:16:35 +02:00
lib.deno.window.d.ts docs: ignore absent window global variable in d.ts (#28456) 2025-03-12 06:10:15 -07:00
lib.deno.worker.d.ts docs: adding jsdocs for url and workers (#28528) 2025-03-18 06:33:46 -07:00
lib.deno_broadcast_channel.d.ts fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
lib.deno_cache.d.ts fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
lib.deno_canvas.d.ts docs(canvas): Add examples to createImageBitmap jsdocs (#28055) 2025-02-20 21:24:18 +00:00
lib.deno_console.d.ts docs(console): update console documentation (#28196) 2025-02-20 21:50:57 +01:00
lib.deno_crypto.d.ts docs: randomUUID and getRandomValues (#28496) 2025-03-14 18:06:06 +00:00
lib.deno_fetch.d.ts fix(check): remove instability in loading lib files (#28202) 2025-02-20 12:41:58 -05:00
lib.deno_net.d.ts feat(ext/net): add signal option to Deno.connect() (#27113) 2025-04-25 20:25:50 +05:30
lib.deno_url.d.ts docs: adding jsdocs for url and workers (#28528) 2025-03-18 06:33:46 -07:00
lib.deno_web.d.ts fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
lib.deno_webgpu.d.ts fix(webgpu): move isFallbackAdapter from GPUAdapter to GPUAdapterInfo (#28650) 2025-03-28 03:08:57 -07:00
lib.deno_websocket.d.ts fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
lib.deno_webstorage.d.ts fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
lib.dom.asynciterable.d.ts feat: TypeScript 5.6 and npm:@types/node@22 (#25614) 2024-09-14 11:58:47 +01:00
lib.dom.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00
lib.dom.extras.d.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
lib.dom.iterable.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00
lib.es5.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00
lib.es6.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2015.collection.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.es2015.core.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2015.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2015.generator.d.ts feat: TypeScript 5.6 and npm:@types/node@22 (#25614) 2024-09-14 11:58:47 +01:00
lib.es2015.iterable.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00
lib.es2015.promise.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.es2015.proxy.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2015.reflect.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2015.symbol.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.es2015.symbol.wellknown.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2016.array.include.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2016.d.ts feat: TypeScript 5.4 (#23086) 2024-03-26 18:52:57 -04:00
lib.es2016.full.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.es2016.intl.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2017.arraybuffer.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2017.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2017.date.d.ts feat: TypeScript 5.2 (#20425) 2023-09-09 15:03:21 -04:00
lib.es2017.full.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.es2017.intl.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.es2017.object.d.ts feat: TypeScript 5.6 and npm:@types/node@22 (#25614) 2024-09-14 11:58:47 +01:00
lib.es2017.sharedmemory.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2017.string.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2017.typedarrays.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2018.asyncgenerator.d.ts feat: TypeScript 5.6 and npm:@types/node@22 (#25614) 2024-09-14 11:58:47 +01:00
lib.es2018.asynciterable.d.ts feat: TypeScript 5.6 and npm:@types/node@22 (#25614) 2024-09-14 11:58:47 +01:00
lib.es2018.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2018.full.d.ts feat: TypeScript 5.4 (#23086) 2024-03-26 18:52:57 -04:00
lib.es2018.intl.d.ts feat: Upgrade to TypeScript 5.5.2 (#24326) 2024-07-03 16:09:54 +02:00
lib.es2018.promise.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.es2018.regexp.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.es2019.array.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.es2019.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2019.full.d.ts feat: TypeScript 5.4 (#23086) 2024-03-26 18:52:57 -04:00
lib.es2019.intl.d.ts feat: Upgrade to TypeScript 5.5.2 (#24326) 2024-07-03 16:09:54 +02:00
lib.es2019.object.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.es2019.string.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2019.symbol.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2020.bigint.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00
lib.es2020.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2020.date.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.es2020.full.d.ts feat: TypeScript 5.4 (#23086) 2024-03-26 18:52:57 -04:00
lib.es2020.intl.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2020.number.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2020.promise.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.es2020.sharedmemory.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2020.string.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2020.symbol.wellknown.d.ts feat: TypeScript 5.6 and npm:@types/node@22 (#25614) 2024-09-14 11:58:47 +01:00
lib.es2021.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2021.full.d.ts feat: TypeScript 5.4 (#23086) 2024-03-26 18:52:57 -04:00
lib.es2021.intl.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2021.promise.d.ts feat: TypeScript 5.4 (#23086) 2024-03-26 18:52:57 -04:00
lib.es2021.string.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2021.weakref.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2022.array.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2022.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2022.error.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2022.full.d.ts feat: TypeScript 5.4 (#23086) 2024-03-26 18:52:57 -04:00
lib.es2022.intl.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2022.object.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2022.regexp.d.ts feat: Upgrade to TypeScript 5.5.2 (#24326) 2024-07-03 16:09:54 +02:00
lib.es2022.string.d.ts feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
lib.es2023.array.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00
lib.es2023.collection.d.ts feat: TypeScript 5.2 (#20425) 2023-09-09 15:03:21 -04:00
lib.es2023.d.ts feat: Upgrade to TypeScript 5.5.2 (#24326) 2024-07-03 16:09:54 +02:00
lib.es2023.full.d.ts feat: TypeScript 5.4 (#23086) 2024-03-26 18:52:57 -04:00
lib.es2023.intl.d.ts feat: Upgrade to TypeScript 5.5.2 (#24326) 2024-07-03 16:09:54 +02:00
lib.es2024.arraybuffer.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2024.collection.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2024.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2024.full.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2024.object.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2024.promise.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2024.regexp.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2024.sharedmemory.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.es2024.string.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.esnext.array.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.esnext.collection.d.ts feat: TypeScript 5.7 (#27857) 2025-01-31 16:07:42 -05:00
lib.esnext.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00
lib.esnext.decorators.d.ts feat: TypeScript 5.2 (#20425) 2023-09-09 15:03:21 -04:00
lib.esnext.disposable.d.ts feat: TypeScript 5.6 and npm:@types/node@22 (#25614) 2024-09-14 11:58:47 +01:00
lib.esnext.float16.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00
lib.esnext.full.d.ts feat: TypeScript 5.4 (#23086) 2024-03-26 18:52:57 -04:00
lib.esnext.intl.d.ts feat: Upgrade to TypeScript 5.5.2 (#24326) 2024-07-03 16:09:54 +02:00
lib.esnext.iterator.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00
lib.esnext.promise.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00
lib.scripthost.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.webworker.asynciterable.d.ts feat: TypeScript 5.6 and npm:@types/node@22 (#25614) 2024-09-14 11:58:47 +01:00
lib.webworker.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00
lib.webworker.importscripts.d.ts feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
lib.webworker.iterable.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00
typescript.d.ts feat: TypeScript 5.8 (#29041) 2025-04-25 10:09:31 -04:00