Closed
Description
Description:
After the latest Chrome update (mine is 83.0.4103.61) the success callback is not called anymore if using iframe:true
although the request gets to the server. Chrome dev tools shows request as cancelled.
I managed to fix this by setting iframeSrc:'about:blank'
.
I cannot find a reason or implication of this change. But maybe iframeSrc default should be changed?
Expected Behavior:
Receive success callback with response from server.
Actual behavior:
Success callback is not called, request shows aborted in Chrome.
Versions:
LoadJSON:
jQuery: 3.4
Browsers: Chrome 83.0.4103.61
Demonstration
Demo here
Steps to reproduce:
Use default setting of iframeSrc
Metadata
Metadata
Assignees
Labels
No labels