You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2019. It is now read-only.
Admittedly this is an older browser, affecting as of this writing 8% of the Android market, but I thought I'd submit this for the record:
open an HTMLBars-dependent client app (eg. an Ember CLI >= 1.13 app) in an Android browser running API level 15 or below (aka Ice Cream Sandwich, v4.0.4) - including an emulator
Admittedly this is an older browser, affecting as of this writing 8% of the Android market, but I thought I'd submit this for the record:
result: JavaScript syntax error: "Unexpected strict mode reserved word"
The web app fails to continue to load and will not run, thus making it unusable for users of devices at this API level.
Tracked the offending line down to:
htmlbars/packages/htmlbars-runtime/lib/hooks.js
Line 107 in 0d883d7
Related issue: cujojs/when#89
Does not repro on Android browsers >= API level 16.
The text was updated successfully, but these errors were encountered: