00:46 | <akaster> | I also don't know what "Asynchronously complete these steps with a network error." means. Is that supposed to mean to abort the fetch controller with a network error? |
00:46 | <Domenic> | I'm a little confused trying to implement the Update algorithm from the service workers spec. It seems like the spec hasn't been updated to reflect the latest changes to perform the fetch hook from the HTML spec? Specifically the concept of the processCustomFetchResponse algorithm |
00:52 | <akaster> | Maybe I'm supposed to run processCustomFetchResponse with response and a network error failure 🤔 |