Skip to main content

read

property Deno.OpenOptions.read

Sets the option for read access. This option, when true, means that the file should be read-able if opened.

boolean
Back to top