tmedwards / sugarcube-3

SugarCube is a free (gratis and libre) story format for Twine/Twee.
17 stars 1 forks source link

Baseline browser support #17

Open tmedwards opened 4 years ago

tmedwards commented 4 years ago

It's time to change SugarCube's baseline browser support.

Consider changing the baseline browser target to:

  1. Internet Explorer 11. For reference, v2's baseline target is IE 9.
  2. Browsers that support ES2015 (ES6). This pretty much means dropping ancient browsers altogether.
greyelf commented 4 years ago

How well does the Twine 2.x application's Test and Play options handle ES6 code?

tmedwards commented 4 years ago

The question is essentially moot for non-browser-shell Twine 2 releases as they all open in users' browsers, which puts the onus on the browser.

For the browser-shell releases, it depends on whether we're talking pre- or post- Twine 2 v2.3.

Make sense?