alarochelle
06/11/2024, 2:41 PMglobalThis
for Chrome <70, which is a pretty big undocumented breaking change, especially for use cases where KMP is used for library development. Wanted to know if reverting this change or finding another solution is something that could be considered? We’d just need confirmation of what’s intended to do based on this issue.Edoardo Luppi
06/11/2024, 2:58 PMEdoardo Luppi
06/11/2024, 3:00 PMbrowser {
webpackTask {
output.globalObject = "this"
}
}
Edoardo Luppi
06/11/2024, 3:06 PMalarochelle
06/11/2024, 3:23 PMEdoardo Luppi
06/11/2024, 3:28 PMglobalThis
is hardcoded, maybe a new compiler option?
So that it's hidden enough, but people that needs compatibility with older browsers can still get it.alarochelle
06/11/2024, 3:31 PMArtem Kobzar
06/11/2024, 3:37 PMalarochelle
06/11/2024, 4:33 PMalarochelle
06/11/2024, 4:33 PMAyfri
06/12/2024, 7:23 AMalarochelle
06/12/2024, 11:18 AMalarochelle
06/12/2024, 11:19 AMAyfri
06/12/2024, 11:23 AMEdoardo Luppi
06/12/2024, 11:25 AMalarochelle
06/12/2024, 11:30 AMMathieu Côté
06/18/2024, 6:07 PM