themotte / rDrama

This code runs https://www.themotte.org. Forked from https://github.com/Aevann1/rDrama
GNU Affero General Public License v3.0
25 stars 30 forks source link

JS: optional chaining seems to break older browsers #654

Closed justcool393 closed 1 year ago

justcool393 commented 1 year ago

https://caniuse.com/mdn-javascript_operators_optional_chaining

it seems to be less supported on mobile devices then I'd expect so here's a justification for it i guess

reported here: https://www.themotte.org/post/563/-/122837

zorbathut commented 1 year ago

Huh, good catch. Yeah, this looks reasonable.