Changes this week:
- Major V8 update: 7.2.502.25 -> 7.3.492.10
- Implemented
crypto.subtle.generateKey()
for AES-GCM and HMAC algorithms. - Cache API put() requests will now silently ignore attempts to put a response with status code 304, as this is almost certainly not what the Worker intended and will likely lead to bad behavior when those responses are later match()ed.
- Fixed devtools clock to be based on calendar time, not monotonic time, in order to display certain dates correctly in the preview.