• Robert Knight's avatar
    Update JS engine feature tests · 961d9656
    Robert Knight authored
    `Object.fromEntries` is showing up in Sentry as the most frequent error from
    browsers [1] that are outside our supported range, so use it as a representative
    feature to decide whether the client can load at all. We assume that this can
    subsume the previous ES2015-era feature tests.
    
    `Object.fromEntries` is available since Chrome 73 (Mar 2019), Safari
    12.1 (Mar 2019), Firefox 63 (Oct 2018).
    
    [1] https://sentry.io/organizations/hypothesis/issues/3747304654
    961d9656
Name
Last commit
Last update
..
test Loading commit data...
.babelrc Loading commit data...
boot.js Loading commit data...
browser-check.js Loading commit data...
index.js Loading commit data...
parse-json-config.js Loading commit data...
url-template.js Loading commit data...