AmpersandJS / ampersand-sync

Provides sync behavior for updating data from ampersand models and collections to the server.
http://ampersandjs.com
MIT License
20 stars 28 forks source link

XHR2 not available from npm #59

Closed herkyl closed 9 years ago

herkyl commented 9 years ago

How come the version 3.0.7 installed from npm is using xhr 1?

naugtur commented 9 years ago

ampersand-sync will use xhr2 in 4.0 (see other issues and PRs here) master branch contains references to xhr2 because ampersand-sync@4.0 will get released within a few days from now and we're in the middle of a big merge + browser support check

herkyl commented 9 years ago

Thanks!