David Vallejo

Results 13 comments of David Vallejo

Yep, talking about that, So what I'm doing is, I'm injecting an script like this: ``` chrome.scripting.registerContentScripts([ { id: "loaddelaytest", js: ["/src/libs/inject.js"], matches: ["*://*/*"], persistAcrossSessions: true, runAt: "document_start", world: "MAIN",...

There it goes: https://github.com/thyngster/crxjs-delay-test There's an output demo screenshot at: https://github.com/thyngster/crxjs-delay-test/blob/main/output_demo.jpg If you remove all the HRM async imports from the content and just leave the console.log on it, you'll...

This is related to Vite 4.3.X https://github.com/crxjs/chrome-extension-tools/issues/693

These are the current generated client variables: ``` // use server configuration, then fallback to inference const serverHost = "localhost:undefined/"; const socketProtocol = null || (importMetaUrl.protocol === 'https:' ? 'wss'...

I'm open to help debugging this in any way I can.

![piwik_android_n](https://cloud.githubusercontent.com/assets/1494564/17328159/6a3e81e2-58bc-11e6-94d6-c393f29d9642.png) I'm running the latest Android N (from beta program) version , and that error is gone, but now after you send the app to the background, when bringing it...

Hi, sorry for the delay, I was travelling. I updated my phone the same day the final version went out, and it doesn't happen to often as before but it...

Sure I can. FYI I got a new nexus 5x because my previous one died and the new one with android 7.0 (fresh install) was giving the same error, Android...

Please check that trackLinks must be true to have this having any effect. So as I understand this feature is trackLinks is equal to true, then you can specify which...

But now that I check it maybe it's better to convert this into a explicit method on the tag, instead of hacing it as I did. Have some updates for...