|
|
|
|
|
by junon
1739 days ago
|
|
I'm using just a slightly outdated browser, which is probably the cause. I'm on Ungoogled Chromium 81 (by choice) which doesn't automatically update, and the ||= (boolean OR assignment) operator wasn't added until 85. Your payload appears to compile down for older browsers (as is evident by the use of `var`, unless.. you actually write code using `var`) but it misses the ||= operator transformation it seems. Thus, the browser throws a syntax error, which your app interprets as "new version" for some reason. By the way, please don't disable right clicking. It doesn't actually solve any problems and only annoys users. |
|
I've filed an issue regarding the right click issue. That's a fair comment: https://github.com/RecordReplay/devtools/issues/3615