mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
795b3207ce
Stacked on https://github.com/facebook/react/pull/30824. See [this commit](https://github.com/facebook/react/pull/30825/commits/c9830d64749cf8fd592ea30a1cd65842cf83f6df). Turns out we should be listing `tabs` in our permissions, if we want to be able to receive tab url, once its updated. This also fixes `chrome.tabs.onCreated` event subscription, because [it should receive only tab object](https://developer.chrome.com/docs/extensions/reference/api/tabs#event-onCreated), and not 3 arguments, as expected in the previous implementation.
The Microsoft Edge extension
The source code for this extension has moved to shells/webextension.
Modify the source code there and then rebuild this extension by running node build from this directory or yarn run build:extension:edge from the root directory.
Testing in Microsoft Edge
You can test a local build of the web extension like so:
- Build the extension:
node build - Follow the on-screen instructions.