Polymer Iron Ajax - How to access Response from Request after Error Event?

后端 未结 1 663
一整个雨季
一整个雨季 2021-02-14 06:12

I use iron-ajax:



        
相关标签:
1条回答
  • 2021-02-14 06:31

    I think you can get the error JSON here:

    event.detail.request.xhr.response
    

    To get a more complete explanation, you can read the accepted answer to a different, but related question here:

    Iron Ajax - How to access Response from on-response function?

    Cheers!

    0 讨论(0)
提交回复
热议问题