How do I implement the Chrome API Sidepanel with a Blazor browser extension?
Posted the question with more details here:
https://stackoverflow.com/questions/78640477/how-do-i-use-chrome-api-sidepanel-in-a-blazor-extension
Stack Overflow
How do I use Chrome API Sidepanel in a Blazor extension?
Currently I am trying to get my browser extension to utilize the Chrome API's SidePanel.
I have used this method in a react application, but I am stumped getting it to work in Blazor.
BackgroundWor...
0 Replies