🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@mgol
Copy link
Member

@mgol mgol commented Feb 8, 2023

Summary

The way gh-5197 implemented binary data handling, processData was being explicitly set to false. This is expected but it made it impossible to override it to true. The new logic will only set processData to false if it wasn't explicitly passed in original options.

Ref gh-5197

Checklist

  • New tests have been added to show the fix or feature works
  • Grunt build and unit tests pass locally with these changes
  • If needed, a docs issue/PR was created at https://github.com/jquery/api.jquery.com

The way jquerygh-5197 implemented binary data handling, `processData`
was being explicitly set to `false`. This is expected but it made
it impossible to override it to `true`. The new logic will only
set `processData` to `false` if it wasn't explicitly passed
in original options.

Ref jquerygh-5197
@mgol mgol added Ajax Needs review Blocker Discuss in Meeting Reserved for Issues and PRs that anyone would like to discuss in the weekly meeting. labels Feb 8, 2023
@mgol mgol added this to the 4.0.0 milestone Feb 8, 2023
@mgol mgol self-assigned this Feb 8, 2023
@mgol mgol removed the Discuss in Meeting Reserved for Issues and PRs that anyone would like to discuss in the weekly meeting. label Feb 11, 2023
@mgol mgol added the Discuss in Meeting Reserved for Issues and PRs that anyone would like to discuss in the weekly meeting. label Mar 15, 2023
@timmywil timmywil removed the Discuss in Meeting Reserved for Issues and PRs that anyone would like to discuss in the weekly meeting. label Mar 20, 2023
@mgol mgol removed the Needs review label Mar 20, 2023
@mgol mgol merged commit ce264e0 into jquery:main Mar 20, 2023
@mgol mgol deleted the ajax-binary-allow-processData branch March 20, 2023 16:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

3 participants