Skip to content

promises 1.3.2

Latest
Compare
Choose a tag to compare
@jcheng5 jcheng5 released this 28 Nov 02:47
  • Fixed bug introduced in 1.3.1, where promise domains that are active at promise resolution time stay active during handler callback, even if they weren't active when the handler was registered. This was causing stack overflow for long promise chains with many active promise domains. (#115)