Explicit Ajax helpers for new response types #4394
Labels
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
plugin:ajax
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:feature
A feature request.
Milestone
Type of report
Feature request
Provide description of the new feature
Recently we've introduced an additional
arraybuffer
response type to the ajax load method. Since we already have semanticloadXml
method and nowload
accepts additional type argument, we should unify API by adding additional:loadText
loadBinary
helpers. See #4339 (review) for more details.
The text was updated successfully, but these errors were encountered: