realrecordzLab
realrecordzLab
> Are you converting the blob to a arrayBuffer? Here only work with that. > > ``` > const buf = await blob.arrayBuffer(); > ``` No, I'm using `arrayBuffer()` directly...
I'm trying to use your solution to verify the idToken passed from the firebase auth in my chrome extension but without success. Do you used the `return function()` in the...
I've figured out how to implement my own middleware after some tests and headache. The mai problem was to figure out what is the correct token to use as bearer....
Same problem. Until the `appstate.json` file isn't available my app will give me the error of the issue. After that the file is created, my app started working fine. I...
> I'm working through migrating an extension to Manifest 3 > [https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/](url) > > It's semi straight forward. v3 changes the background pages to service workers. The problem I'm finding...
> I agree, I will post the code to change the vue.config.js file if I figure it out. But, I'm also having trouble writing the correct code to put the...
> Sorry, I misunderstood your first message. I was able to get all of the js files to the root folder on build by adding this to vue.config.js > >...
Found the solution ``` browser.browserAction.onClicked.addListener( tab => { browser.tabs.create({ ... }); }); ``` This will create a new tab when the extension icon is clicked.
What do you mean for user input?
Same problem in my vue app. I've installed the library using vue ui and imported it in my vue app main.js entry point but with no success