Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with new jquery.ajax and more #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

imdfl
Copy link

@imdfl imdfl commented Dec 17, 2013

  1. async call to success
    1. support newer $.ajax format
    2. consider ajaxSetup global settings
    3. option to use mock data verbatim (not with randomized array sizes)

1. success callback now called async, I've seen many projects that rely on this flow.
2. Default for the template data length is now 1, allowing real data (e.g. copied from the network panel in the developer tools) to be used as mock data with no modification.
2. support newer $.ajax format
3. consider ajaxSetup global settings
4. option to use mock data verbatim (not with randomized array sizes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant