|
|
|
|
|
by muxator
788 days ago
|
|
> if the user installs an extension that breaks the web It does not break the web. It may break single sites that were written on naive assumptions; I see a lot of sites break because my extensions do not allow loading analytics libraries. This means their js was dependent on this libraries being actually active. I'd say this is case a case of _unbreaking_ the web. |
|
I don't think that point it falls under "written on naive assumptions"
https://github.com/facebook/react/issues/11538
the issue says closed but you can easily catch it in various sites and use cases.