diff --git a/wg-api/meeting-notes/2020-11-09.md b/wg-api/meeting-notes/2020-11-09.md new file mode 100644 index 0000000000..e61c90c77d --- /dev/null +++ b/wg-api/meeting-notes/2020-11-09.md @@ -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