Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
169 contributions in the last year
Contribution activity
October 2020
Created a pull request in MithrilJS/mithril.js that received 2 comments
Allow Mithril to be loaded in non-browser environments without modification
Description Recast the global reads to all be guarded with typeof, so that if they aren't defined, they're just null.
Note that this does not invo…
Created an issue in Jack-Works/proposal-promise.delay-and-timeout that received 2 comments
Shouldn't the timeout use an `AbortSignal` to abort?
This would fit more in line with other newer web APIs like fetch. Also, it'd work more like .timeout(ms, {signal}), not .timeout(signal, ms).