gildas-lormeau/SingleFile-MV3

re: readme

wizzard0 opened this issue · 7 comments

So cool! So many improvements!

Speaking a bit more seriously, how did they manage to break the Blobs? Sounds crazy

Thanks!

Actually, they broke the ability to create a Blob URL with URL.createObjectURL(). This feature is not available in Service Workers. The regressions introduced with Service Workers (used as background scripts) are documented here: w3c/webextensions#72.

Ugh. I can see their rationale, but that's really an awful lot of crippling changes. I wonder how long before we'll see Chrome forks keeping manifest V2.

I'm wondering if these forks will be able to maintain the Manifest V2, I guess it won't be easy.

Note that the background page in SingleFile (MV2) is declared as "persistent": false so the Service Worker does not offer any benefit.

Standard SingleFile will still be maintained ?

Yes, I confirm it will still be maintained but it will run only in Firefox.

I'm closing this issue because almost all the issues have been fixed or circumvented, 2 years later...