• Robert Knight's avatar
    Remove polyfill loader from the boot script · c21da38a
    Robert Knight authored
    None of the existing polyfills are used in any supported browsers, and going
    forwards we have tentatively agreed [1] to use regular imports for polyfills,
    instead of this extra machinery.
    
    This should make it easier to see where polyfills have come from,
    and the worse ergonomics (eg. of having to add an extra import, calling a
    standalone function instead of a method) haven't proven a major issue.
    
    [1] See discussion on https://github.com/hypothesis/client/pull/4722
    c21da38a
Name
Last commit
Last update
..
boot-test.js Loading commit data...
browser-check-test.js Loading commit data...
parse-json-config-test.js Loading commit data...
url-template-test.js Loading commit data...