Chrome 21 added webextensions.api.events#26622
Conversation
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
Good question! I looked into it, and found that the
Looking at https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/events, it doesn't surprise me that these types are marked as internal. If I understand these types correctly, they aren't used directly. Although the commit message in Chrome 40 may suggest that @rebloor Does that make sense? PS: https://developer.chrome.com/docs/extensions/reference/api/events doesn't mention any Chrome version. |
Summary
Replaces several Chrome version ranges in
webextensions.api.events.Test results and supporting details
See: https://github.com/caugner/chromium-releases/blame/v21/chrome/common/extensions/api/events.json
Related issues