Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-03 | fix(dts): make globals available on globalThis (#19438) | ud2 | |
This PR changes Web IDL interfaces to be declared with `var` instead of `class`, so that accessing them via `globalThis` does not raise type errors. Closes #13390. | |||
2023-04-12 | fix(ext/cache): cache.put overwrites previous call (#18649) | Satya Rohith | |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-10-16 | fix(ext/cache): illegal constructor (#16205) | Marcos Casagrande | |
2022-10-05 | fix(ext/cache): prevent cache insert if body is not fully written (#16138) | Marcos Casagrande | |
2022-10-03 | fix(ext/cache): close resource on error (#16129) | Marcos Casagrande | |
2022-10-02 | fix(ext/cache): acquire reader lock before async op (#16126) | Marcos Casagrande | |
2022-09-28 | feat: implement Web Cache API (#15829) | Satya Rohith | |