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
Since the Custom Element API is still in flux, I've only implemented the API that matches current browsers. I'll be starting on an opt-in to try out the new API. I'm thinking something like diff.enableExperimental() which matches enableProllyfill() except brings in the new APIs and will change with the leading browser implementation.
The text was updated successfully, but these errors were encountered:
tbranyen
changed the title
Track Web Component rewrite changes
Track Custom Element rewrite changes
Mar 2, 2016
So much has changed since then... it's gotten a rewrite since the last rewrite. It's out of control so I'm going to rip out of this library until it stabilizes.
Reference: WICG/webcomponents#405
Since the Custom Element API is still in flux, I've only implemented the API that matches current browsers. I'll be starting on an opt-in to try out the new API. I'm thinking something like
diff.enableExperimental()
which matchesenableProllyfill()
except brings in the new APIs and will change with the leading browser implementation.The text was updated successfully, but these errors were encountered: