mitra42 / webForth

Forth for the web - implemented in JS and other web technologies
https://www.mitra.biz/forth/console.html
GNU Affero General Public License v3.0
27 stars 1 forks source link

Browser compatability - Safari #37

Open mitra42 opened 3 years ago

mitra42 commented 3 years ago

The HTML uses Web Components and index.js uses TextEncoders so they should work in any modern browsers (Firefox, Chrome, Opera, Edge, Android, but not IE or Safari on IOS or OSX).

There are no plans to support older browsers, however I'll be happy to add PRs if someone else does, I'd particularly like to see it work in IOS.

I tried adding a TextEncoder polyfil - but that didnt work and I'm not familiar enough with debugging on Safari to figure out why .... https://github.com/anonyco/FastestSmallestTextEncoderDecoder