I'm wanting to make requests to Flickr's api in a Cloudflare Worker, but it provides WebCrypto rather than node's crypto implementation.
This turns out to be causing a real headache especially as the WebCrypto API is asynchronous.
Any pointers gratefully received!