-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add wg-api notes from 11/4 (#206)
- Loading branch information
1 parent
d17b0e6
commit 20b1e70
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# API Working Group | ||
|
||
## Date: 2019-11-04 | ||
|
||
### Attendees | ||
|
||
**Members:** | ||
|
||
* @codebytere | ||
* @loc | ||
* @jkleinsc | ||
* @itsananderson | ||
* @marshallofsound | ||
|
||
**Visitors:** | ||
|
||
None | ||
|
||
### Agenda | ||
* [feat: add app.getApplicationNameForProtocol API](https://github.com/electron/electron/pull/20399) | ||
* **Verdict: Approved** | ||
* [feat: add systemPreferences.isScreenCaptureAllowed](https://github.com/electron/electron/pull/20764) | ||
* alternative: `systemPreferences.getMediaAccessStatus('screen')` | ||
* **Verdict: Approved** `systemPreferences.getMediaAccessStatus('screen')` semantics, approval pending spec proposal (see Action Items) | ||
* `<webview>.getWebContents()` deprecation | ||
* [feat: make remote.getGuestWebContents() public](https://github.com/electron/electron/pull/20726) | ||
* alternative: `remote.webContents.fromId(<webview>.getWebContentsId())` | ||
* **Verdict:** Remove `getGuestWebContents()`, instruct users to use `webContents.fromId()` | ||
* [Proposal: MessagePorts in Electron](https://hackmd.io/bwzFRWZzRIyewIBc1Vf7DQ) | ||
* | ||
* [Proposal: Improved native window.open](https://hackmd.io/6-Bm5_7VTZKQobqQn0M8kg?view) | ||
* **Verdict:** Do option A | ||
|
||
### Follow-up Discussion | ||
|
||
### Action Items | ||
|
||
* @miniak to refactor [systemPreferences.isScreenCaptureAllowed](https://github.com/electron/electron/pull/20764) and write up API proposal spec (which has been implicitly approved by this WG) | ||
* @codebytere to review [Proposal: MessagePorts in Electron](https://hackmd.io/bwzFRWZzRIyewIBc1Vf7DQ) | ||
* @nornagon to open spec PR for [Proposal: MessagePorts in Electron](https://hackmd.io/bwzFRWZzRIyewIBc1Vf7DQ) to gov | ||
* @loc to open spec PR for [Proposal: Improved native window.open](https://hackmd.io/6-Bm5_7VTZKQobqQn0M8kg?view) | ||
|
||
### Unblock Requests | ||
|
||
None. | ||
|
||
### Agenda for Next Meeting |