Mr.Chaofan
Mr.Chaofan
I met a trouble when I executed yarn install. It seems like github blocked but if I add github token in request header it would get fixed.
#### Description of Change To SAVE your life while doing protocol intercept. These changes were made to allow you writting code blow. ```javascript protocol.interceptProtocol('https', (req, callback) => { // map...
#### Description of Change Closes https://github.com/electron/electron/issues/49102. Fixes an issue where cookie changed events weren't properly emitted in all cases, as Electron only checked for `net::CookieChangeCause::INSERTED` and not `net::CookieChangeCause::INSERTED_NO_CHANGE_OVERWRITE`. #### Checklist...
### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...