No, it applies to both. If your Worker exports a fetch method, then it is available via the Service
No, it applies to both. If your Worker exports a fetch method, then it is available via the Service Binding
@wrangler-action how can you specify which environment the secrets get applied to? (For a pages project), does automatically figure it out like it does when deploying?request.signal the complete AbortSignal? I want to react to a request being cancelled request.signal.addEventListener("abort" ()=>{}) , but it wont get triggered? Any clue why?4/5/24, 7:31 PM
@wrangler-actionrequest.signalrequest.signal.addEventListener("abort" ()=>{})