Forum Discussion

Deleted's avatar
Deleted
Jan 22, 2020

Where can I get help for developing extensions for Chromium Edge?

I'm trying to port my Firefox extension to Edge. But I have faced some problems even when using Extension-Polyfill from Mozilla.

 

1. Where is the new Edge API docs for extensions? Or shall I refer to Chromium API docs? 

2. I discovered that Edge doesn't support promise based API calls and the standard "browser" keyword like in Firefox. Is this feature planned to be included? 

 

Resources