You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: remove 'esnext' polyfills. Only stage 4 features are served c6ead52
Add support for new ES2022 features: Array.prototype.at, Array.prototype.findLast, Array.prototype.findLastIndex, TypedArray.prototype.at, TypedArray.prototype.findLast, TypedArray.prototype.findLastIndex, String.prototype.at
Add support for structuredClone.
Better feature detection, especially for Android-based browsers such as Firefox
feat: add the 'lit' option that can be passed to the shadow-dom feature or any of its aliases such as web-components to include its polyfill support layer 23e9a41