0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/ext
Luca Casonato 64a7187238
chore: remove No*Permissions structs (#12316)
These are confusing. They say they are "for users that don't care about
permissions", but that isn't correct. `NoTimersPermissions` disables
permissions instead of enabling them.

I would argue that implementors should decide what permissions they want
themselves, and not take our opinionated permissions struct.
2021-10-04 22:56:24 +02:00
..
broadcast_channel chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
console chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
crypto fix(ext/crypto): missing Aes key typings (#12307) 2021-10-03 15:24:46 +02:00
fetch chore: remove No*Permissions structs (#12316) 2021-10-04 22:56:24 +02:00
ffi chore: remove No*Permissions structs (#12316) 2021-10-04 22:56:24 +02:00
http fix(ext/http): merge identical if/else branches (#12269) 2021-09-29 11:55:10 -07:00
net chore: remove No*Permissions structs (#12316) 2021-10-04 22:56:24 +02:00
timers chore: remove No*Permissions structs (#12316) 2021-10-04 22:56:24 +02:00
tls feat(tls): custom in memory CA certificates (#12219) 2021-09-30 09:26:15 +02:00
url chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
web feat(web): Implement DOMException's stack property. (#12294) 2021-10-03 17:21:49 +02:00
webgpu chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00
webidl perf(webidl): optimize createRecordConverter() (#12286) 2021-10-04 15:39:32 +02:00
websocket chore: remove No*Permissions structs (#12316) 2021-10-04 22:56:24 +02:00
webstorage chore: bump crate versions for 1.14.2 (#12253) 2021-09-28 12:19:03 +02:00