John Spurlock on Nostr: fun fact: new Request('https://example.com', { method: 'POST', body: 'str' }).body ...
fun fact:
new Request('https://example.com';, { method: 'POST', body: 'str' }).body
returns a readable stream in every js server environment, and every browser
except firefox, where it returns undefined 🤦♂️
new Request('https://example.com';, { method: 'POST', body: 'str' }).body
returns a readable stream in every js server environment, and every browser
except firefox, where it returns undefined 🤦♂️