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
The data-url behavior allows you to pass a custom ajax transport. However, if a consumer decides to use their own transport for all connections, the can-ajax dependency is doesn't get shaken out of the deps tree due to the hard import in can-ajax.
I'm not sure how to best solve this, as each connection will be required to pass the desired ajax transport and would likely be a breaking change.
The text was updated successfully, but these errors were encountered:
The
data-url
behavior allows you to pass a customajax
transport. However, if a consumer decides to use their own transport for all connections, thecan-ajax
dependency is doesn't get shaken out of the deps tree due to the hard import in can-ajax.I'm not sure how to best solve this, as each connection will be required to pass the desired ajax transport and would likely be a breaking change.
The text was updated successfully, but these errors were encountered: