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 40 million developers.
Sign up
Popular repositories
-
The CSS properties supported by all three major web browser engines.
JavaScript 3
-
-
530 contributions in the last year
Contribution activity
February 2020
- JoelEinbinder/ws JavaScript
Created a pull request in microsoft/playwright that received 4 comments
fix(transport): dispatch messages in separate tasks
Fixes what I consider to be a bug in our pipe, and the same one in the non-standard ws module. Our protocol messages are I/O events, and therefore …
+58
−6
•
4
comments
Created an issue in microsoft/playwright that received 4 comments
[Feature] Downloads
It would be nice to have an api like: page.on('download', async download => { const buffer = await download.data(); console.log('got download', dow…
4
comments