Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 2.88 KB

2020-04-27.md

File metadata and controls

54 lines (44 loc) · 2.88 KB

API Working Group

Date 4/27/20

Attendees

  • @nornagon
  • @jkleinsc
  • @codebytere
  • @MarshallOfSound
  • @itsananderson

Visitors

  • @deepak1556

Followup

  • @zcbenz to [docs: views API: child views and layout engine] (#271) with "plan B"
    • not updated yet; followup again next meeting

Agenda

  1. docs: add print API consistency proposal

    • Verdict: Approved
    • It's been approved, promisification backwards compat will be removed in v12
  2. docs: clipboard.getNativeFormat() and clipboard.writeBuffers()

    • Related - Raw Clipboard Access API (Fugu)
    • if we rely on the fugu api, we'd be restricted to fugu's restrictions (e.g. only accessible in renderer process, only while view is active)
    • native node module is an option, but chromium already has high quality apis for this
    • if/when we do our own clipboard apis, we should aim to match fugu apis as close as possible
    • is there urgency on this? the current spec is close to landable, should we land it without the fugu changes and treat that as a separate thing?
      • No, not urgent, it's ok to refactor.
    • [ACTION] @jkleinsc to play with the fugu api and report back
  3. API review requested PRs

  4. crashReporter API changes: #23265

    • some docs-parser issues
    • Verdict: Go ahead.