1 | | For all my testing above, there is one important thing I forgot to test: `'\u{1f170}'` doesn't work in older browsers, as expected, but unfortunately its failure mode is to produce a full-on syntax error. This is difficult to work around, as parsing happens before execution, and thus it's not something we can reasonably expect to feature-detect. |
| 1 | For all my testing above, there is one important thing I forgot to test, and which invalidates some of my earlier points: `'\u{1f170}'` doesn't work in older browsers, as expected, but unfortunately its failure mode is to produce a full-on syntax error. This is difficult to work around, as parsing happens before execution, and thus it's not something we can reasonably expect to feature-detect. |