Skip to content

Commit

Permalink
chore: add API WG 2020-11-09 meeting notes (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc authored Nov 11, 2020
1 parent 9b56e36 commit 3790ac8
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions wg-api/meeting-notes/2020-11-09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# API WG Notes 2020-11-09

## Attendees



* @jkleinsc
* @nornagon
* @zcbenz
* @codebytere
* @samuelmaddock
* @itsananderson
* @MarshallOfSound
* @dsanders11

## Notes


1. [PRs](https://github.com/electron/electron/pulls?q=is%3Apr+label%3A%22api-review%2Frequested+%F0%9F%97%B3%22+is%3Aopen+-label%3Aapi-review%2Freviewed+sort%3Acreated-asc)
* [feat: add webContents.setWindowOpenHandler API](https://github.com/electron/electron/pull/24517)
* getWindowOpenHandler would allow “good citizen” 3rd-party modules to collaborate.
* “addWindowOpenHandler” and have return undefined => pass to next handler
* app.on(“web-contents-created”) is not that much more boilerplate.
* approved
* [feat: add session.setCorsOriginAccessList API](https://github.com/electron/electron/pull/24849)
* Deferred discussion due to WIP label
* [feat: intercepted protocol access to orig handler](https://github.com/electron/electron/pull/26065)
* approved
* [feat: allow setting the Origin header and Sec-Fetch-* headers in net.request()](https://github.com/electron/electron/pull/26135)
* approved
* [feat: add 'resized' and 'moved' events to BrowserWindow](https://github.com/electron/electron/pull/26216)
* approved
* [feat: add APIs to enable/disable spell checker](https://github.com/electron/electron/pull/26276)
* approved
* [feat: add support for spelling panel on macOS](https://github.com/electron/electron/pull/26332)
* approved
2. Discuss @samuelmaddock’s [preload API enhancements proposal](https://github.com/electron/governance/pull/366)
* Suggestion to use handler/function for matching
3. Discuss @dsanders11’s [protocol simplification proposal](https://github.com/electron/governance/pull/368)
4. Vote on adding samuelmaddock
* Approved to join

0 comments on commit 3790ac8

Please sign in to comment.