index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit
/
permissions_test.ts
Age
Commit message (
Expand
)
Author
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek Iwańczuk
2021-09-22
chore: replace calls to assertThrowsAsync with assertRejects (#12176)
Casper Beyer
2021-08-06
revert: allow URL for permissions (#11600)
Bartek Iwańczuk
2021-08-06
feat(runtime): allow URL for permissions (#11578)
Leo K
2021-08-05
refactor(cli/tests): remove unnecessary void return types (#11577)
Leo K
2021-02-25
feat(runtime): stabilise permissions and add event target capabilities (#9573)
Kitson Kelly
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-30
BREAKING(unstable): Use hosts for net allowlists (#8845)
Nayeem Rahman
2020-11-14
fix: fix various global objects constructor length (#8373)
Benjamin Gruenbaum
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-09-19
fix(cli/rt): make some web API constructors illegal at runtime (#7468)
Nayeem Rahman
2020-08-18
test(cli): use assertThrowsAsync for permission tests (#7092)
Casper Beyer
2020-07-13
Revert "feat: move unstable Deno.permissions to navigator.permissions… (#6729)
Bartek Iwańczuk
2020-07-09
feat: move unstable Deno.permissions to navigator.permissions (#6244)
Kitson Kelly
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl