SingleFile-MV3 icon indicating copy to clipboard operation
SingleFile-MV3 copied to clipboard

re: readme

Open wizzard0 opened this issue 2 years ago • 6 comments

So cool! So many improvements!

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

wizzard0 avatar Sep 27 '21 13:09 wizzard0

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: https://github.com/w3c/webextensions/issues/72.

gildas-lormeau avatar Sep 27 '21 13:09 gildas-lormeau

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.

wizzard0 avatar Sep 27 '21 17:09 wizzard0

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

gildas-lormeau avatar Sep 27 '21 21:09 gildas-lormeau

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

gildas-lormeau avatar Sep 27 '21 22:09 gildas-lormeau

Standard SingleFile will still be maintained ?

d-damien avatar Oct 03 '22 07:10 d-damien

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

gildas-lormeau avatar Oct 03 '22 10:10 gildas-lormeau