-
Notifications
You must be signed in to change notification settings - Fork 113
Thoughts on v2.0
Peter Burns edited this page Dec 3, 2015
·
5 revisions
Breaking changes it would be nice to make on iron-ajax if/when we do:
- remove dependency on Promise polyfill, it's the only one of our elements that depends on it, and it's just for the imperative API.
- rename
errorevent to not clash with window.onerror.- can revisit the decision on whether iron-ajax's events should bubble, https://github.com/PolymerElements/iron-ajax/issues/156 presents one good use case in favor of bubbling