| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-07 | refactor(timers): refactor timers to use one async op per timer (#12862) | Andreu Botella | |
| This change also makes the timers implementation closer to the spec, and sets up the stage to implement AbortSignal.timeout() (whatwg/dom#1032). Fixes #8965 Fixes #10974 Fixes #11398 | |||
| 2021-10-05 | chore: various op cleanup (#12329) | Leo K | |
| 2021-10-04 | chore: 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-11 | Rename extensions/ directory to ext/ (#11643) | Ryan Dahl | |
