Closed
Description
lit-next will end up using some 'newer' APIs that might not already be implemented in the polyfills. We should take an inventory of these and implement them. Some of the ES specific ones will probably be implemented in Babel / Closure, so we might not want to provide our own polyfill for those.
Known so far:
- JS
- DOM
- HTML
CustomElementRegistry#upgrade
(already implemented)