-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clients(viewer): remove polyfills #9553
Conversation
// Lazy load polyfills that are needed. If any of the load promises fails, | ||
// stop and don't create a report. | ||
Promise.all(loadPolyfillPromises).then(_ => { | ||
function main() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cheeky little trick to not lose any blame. it's a main script so it deserves a main fn.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but our 0.67% IE11 users!
:D
We don't want 'em.