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
Popular repositories
1,287 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in nodejs/node that received 7 comments
lib: add require('🦕')
lib: add require('
- Add Isolate::clear_kept_objects()
- Add Isolate::set_allow_atomics_wait()
- Add Global::map()
- Add Object::get_private() and friends
- Add Module::script_id()
- Add Isolate::set_promise_hook()
- wee8
- Fix PromiseRejectMessage::get_value()
- v0.11.0
- Make RUSTY_V8_MIRROR understand file:// URLs
- Upgrade V8 to 8.7.220.3
Created an issue in denoland/deno that received 6 comments
new Request(...) ignores url property
> new Request(undefined, { url: "https://deno.land/" });
Request { _bodySource: "", _stream: null, headers: Headers {}, method: "GET", url: "", // …