Piero512
Piero512
CDCloudflare Developers
Created by Piero512 on 3/26/2024 in #workers-help
Devtools doesn't have payload for post requests
Hello I've been writing some integrations using Workers, and I need to debug the payload of the outgoing requests generated by the worker, but it seems only path parameters appear in the devtools. If you know of an alternative debugging techniques I can use, that would be awesome.
2 replies
CDCloudflare Developers
Created by Piero512 on 3/21/2024 in #workers-help
Using polyfills in Workers for ESNext features
I wanted to know if there's a way to use polyfills in workers for ESNext features, specifically, the iterator functions, ie. Iterator.prototype.filter ,etc... Or does it work just fine? Sometimes workers seems too simplified and I can't tell how the JS is being transformed.
5 replies