Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Documentation lists feature that is not available in stable channels yet #2980

Closed
WagnerMoreira opened this issue Jun 8, 2022 · 1 comment
Labels
bug Something on the site is broken! P2 A normal priority task. This is the default for most issues.

Comments

@WagnerMoreira
Copy link

⚠️ This is for issues with the https://developer.chrome.com site, not Chromium itself.
If you want to file a bug with Chromium (the open-source project behind Google Chrome and other browsers), please use https://crbug.com.

Describe the bug
chrome.actions.openPopup is listed in the docs but it is not available in the stable channels yet

To Reproduce
Steps to reproduce the behavior:

  1. Go to the documentation
  2. Verify that the documentation states that the feature is available from chrome 99+
  3. Try to use this feature
  4. See the error chrome.action.openPopup is not a function

Expected behavior
The feature should be available

Desktop (please complete the following information):

  • OS: OSX
  • Browser: Chrome stable
  • Version: 102.0.5005.61
@WagnerMoreira WagnerMoreira added bug Something on the site is broken! P2 A normal priority task. This is the default for most issues. labels Jun 8, 2022
@jeffposnick
Copy link
Contributor

Apologies for this inaccuracy—the issue is due to the feature being only available in the development channel builds of Chrome at the moment, and the HTML generation pipeline not being able to pick up this distinction.

This issue is being tracked already in #2602 and the team is looking into solutions to account for this in HTML generation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something on the site is broken! P2 A normal priority task. This is the default for most issues.
Projects
None yet
Development

No branches or pull requests

2 participants