We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
attached/detatchedCallbacks are called natively so that's whenever ShadowDOM polyfill moves stuff around and generally way too much.
We can just make CE not 'useNative' if SD polyfill is in effect.
The text was updated successfully, but these errors were encountered:
Yes, we'll make CustomElements default to polyfill in the presence of SD polyfill. We can address this more directly if the need arises.
Sorry, something went wrong.
Helps address Polymer/polymer#399
7266eba
platform.js now defaults to CustomElements polyfill in the presence of ShadowDOM polyfill.
No branches or pull requests
attached/detatchedCallbacks are called natively so that's whenever ShadowDOM polyfill moves stuff around and generally way too much.
We can just make CE not 'useNative' if SD polyfill is in effect.
The text was updated successfully, but these errors were encountered: