We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--allow-net
Describe the bug
node/dns.ts Server crashes with UNKNOWN error if --allow-net is not provided. This case should be handled like in a regular http server.
Server
UNKNOWN
Steps to Reproduce
import { Server } from 'https://deno.land/std/node/net.ts' const s = new Server() s.listen(3000)
$ deno run example.js
Expected behavior
Throw permission error
Environment
The text was updated successfully, but these errors were encountered:
Deno.permissions.querySync
Successfully merging a pull request may close this issue.
Describe the bug
node/dns.ts
Server
crashes withUNKNOWN
error if--allow-net
is not provided. This case should be handled like in a regular http server.Steps to Reproduce
Expected behavior
Throw permission error
Environment
The text was updated successfully, but these errors were encountered: