We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bc8a2 commit 72a0b29Copy full SHA for 72a0b29
06-assets/src/worker.py
@@ -27,6 +27,4 @@ async def fetch(self, request):
27
if path in ["/", "/index.html"]:
28
return Response(INDEX_PAGE, headers={"Content-Type": "text/html"})
29
30
- # TODO: Once https://github.com/cloudflare/workerd/pull/4926 is released, can do
31
- # self.env.ASSETS.fetch(request) without the .js_object
32
- return await self.env.ASSETS.fetch(request.js_object)
+ return await self.env.ASSETS.fetch(request)
0 commit comments