metarhia / swayer

Schema based frontend framework 👀
MIT License
52 stars 11 forks source link

Update 'Browser compatibility' section #19

Closed Semigradsky closed 2 years ago

Semigradsky commented 2 years ago

Swayer doesn't work on Safari < 15, Chrome < 84, Firefox < 90, Opera < 70

Error message:

SyntaxError: Unexpected private name #bindEvent. Cannot parse class method with private name.

rohiievych commented 2 years ago

Need properly test on different browsers to investigate compatibility boundaries. Chromium browsers also work with private methods starting from v84. Obviously it's better to transpile framework code for older browsers.

Semigradsky commented 2 years ago

I rechecked other browsers in browserstack and updated the info.