TPF

Results 4 comments of TPF

Updated my CLA

Adding to @mlafeldt's solution, here's a function that I've confirmed is working for Svix (Clerk) webhooks in a deployed Cloudflare worker: ```javascript // https://www.npmjs.com/package/standardwebhooks import { Webhook } from "standardwebhooks";...

@russellwheatley @Salakar this PR unblocks a train of dependency updates that grows longer by the day....

Here's a write-up I did on the same issue before finding this issue. Perhaps it can help with implementation of a fix: #12199