alyssaxuu / flowy

The minimal javascript library to create flowcharts ✨
MIT License
11.48k stars 998 forks source link

Support ie #87

Open mukeshp004 opened 4 years ago

taf2 commented 3 years ago

IMO - instead of supporting IE should rework the code base to be a web component. Use shadowDOM and be a really nice re-usable HTML element with ondrag attributes etc... See: https://gs.statcounter.com/. - globally in Jan 2021 IE saw less than 1% of traffic.... With Edge being Chromium based it's never been a better time in the history of the web to use the excellent tools available since the fall of IE6's rain of terror. Firefox, Chromium and Safari all support class, const, let, () => { console.log("and even this") }... (async () => { const r = await fetch("http://www.ie6death.com/", {mode: 'no-cors', credentials: 'omit'}); const b = await r.blob(); console.log(b); })();

that said I'm just having fun and all good work should be recognized just saying it might be cool to push to a world of no more IE and moving beyond ES5 to ES6. - just my fly by 2 cents