I was hoping we could call fetch()
from within a worker and it’d return the APO-optimized version of the page, but it looks like the worker only receives the requests that APO decides not to handle.
Is there any way to use a worker and APO together?
We have a worker that simply fires off an extra subrequest to a logging service. I can’t work out how to make this work with APO enabled… any advice? Thanks.