summaryrefslogtreecommitdiff
path: root/runtime/js/10_permissions.js
AgeCommit message (Collapse)Author
2022-05-19fix(runtime): improve permission descriptor validation (#14676)Colin Ihrig
This commit improves the permission descriptor validation by explicitly checking for object types and using optional chaining when creating error messages in case the descriptor is not an object. Fixes: https://github.com/denoland/deno/issues/14675
2022-04-16refactor: update runtime code for primordial check x in y (#13642)Bartek IwaƄczuk
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2021-10-13fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)Nayeem Rahman