>>1876just use
Request.prototype.clone
and a chain of wrapper functions to handle the logic. you can basically replicate any async interceptor pattern using standard
fetch overrides .
>it works for everything except complex body parsingare you planning on using the new
TransformStream
API for the data processing part lol?