deno/runtime/permissions
Matt Mastracci 472a370640
feat(runtime): Allow embedders to perform additional access checks on file open (#23208)
Embedders may have special requirements around file opening, so we add a
new `check_open` permission check that is called as part of the file
open process.
2024-04-19 18:12:03 -06:00
..
Cargo.toml chore: forward v1.42.4 commit to main (#23394) 2024-04-16 02:41:59 +00:00
lib.rs feat(runtime): Allow embedders to perform additional access checks on file open (#23208) 2024-04-19 18:12:03 -06:00
prompter.rs fix(runtime): fix Windows permission prompt (#23212) 2024-04-04 09:44:43 -06:00
README.md refactor: add deno_permissions crate (#22236) 2024-03-12 10:42:26 -07:00