Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Demonstrating recursion problem when triggering a second iron-ajax instance in the response handler of the first

Notifications You must be signed in to change notification settings

pdelanauze/iron-ajax-sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sequential iron-ajax calling example

Demonstrating weird behavior when triggering a second ajax request within the response handler of a first one. The response handler of the second request is never actually triggered, it's actually the response handler of the first ajax request that gets triggered , leading to recursive requests to ajax2.

npm install && ./node_modules/.bin/bower install && ./node_modules/.bin/polyserve -p 8081

Then hit up https://localhost:8081/components/iron-ajax-sequence/index.html

sample output

About

Demonstrating recursion problem when triggering a second iron-ajax instance in the response handler of the first

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages