New Edge Supported APIs

Copper Contributor

Hi team ♥

 

The docs says that microsoft-edge support WebExtension API but it wont reconize the method brower

https://docs.microsoft.com/en-us/microsoft-edge/extensions/api-support/supported-apis#runtime

 

Here my code

 

let manifest = browser.runtime.getManifest();
console.log(manifest.version);
console.log(manifest.default_locale);

 

 

Here the error

image.png

 

Thanks for anyone who could help me

 

LOVE YOU ALL FAM ♥

@Drew1903  @Deleted 

0 Replies