Steven Luscher

Results 94 issues of Steven Luscher

Consider an application that uses _only_ `produce` but no other methods. This PR allows such an application to be properly tree-shaken by a bundler, to eliminate the other exports altogether....

The spec demands that an `AbortSignal's` `reason` be thrown if present. https://fetch.spec.whatwg.org/#deserialize-a-serialized-abort-reason

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...

**Feature request** I'm a library author. I want to incorporate a `__DEV__` flag in my published package. My expectation is that consumers' bundles will replace that with `true` or `false`...