diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-08-06 21:10:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-06 21:10:04 +0200 |
| commit | 0d1a522a03c22749e96dab06ca7b3e8b428df701 (patch) | |
| tree | 742f0f5495db3ef306b94b078957336c764fbbc7 /cli/dts/lib.deno.ns.d.ts | |
| parent | 2b53602d3c798b68db4ce986546d3434b986096a (diff) | |
revert: allow URL for permissions (#11600)
Revert changes to "net" permissions in regards to handling URLs
introduced in 15b0e61de.
Diffstat (limited to 'cli/dts/lib.deno.ns.d.ts')
| -rw-r--r-- | cli/dts/lib.deno.ns.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index 8aa478f12..a312f4bda 100644 --- a/cli/dts/lib.deno.ns.d.ts +++ b/cli/dts/lib.deno.ns.d.ts @@ -2159,7 +2159,7 @@ declare namespace Deno { * "github.com" * "deno.land:8080" */ - host?: string | URL; + host?: string; } export interface EnvPermissionDescriptor { |
