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
Although Polymer doesn't have official support for old Chrome versions, we've had a specific request to make a small change that allows Polymer to maintain compatibility with Chrome 39's implementation of document.registerElement.
We recently made a small change that can cause an undefined value in document.registerElement's options argument's extends property. We can trivially correct this by only setting extends if the user has requested to extend an element.
The text was updated successfully, but these errors were encountered:
Although Polymer doesn't have official support for old Chrome versions, we've had a specific request to make a small change that allows Polymer to maintain compatibility with Chrome 39's implementation of
document.registerElement
.We recently made a small change that can cause an
undefined
value in document.registerElement'soptions
argument'sextends
property. We can trivially correct this by only setting extends if the user has requested to extend an element.The text was updated successfully, but these errors were encountered: