summaryrefslogtreecommitdiff
path: root/ext/timers/benches
AgeCommit message (Collapse)Author
2022-02-15chore(ext/timers): move ext/timers to ext/web (#13665)Andreu Botella
2021-10-04chore: remove No*Permissions structs (#12316)Luca Casonato
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-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl