Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 494 Bytes

README.MD

File metadata and controls

9 lines (6 loc) · 494 Bytes

Promise Playground

For an internal training, I created a Promise Playground to visualize what is going on.

Feel free to play with it.

Details

It will only track Promise and fetch that you write in the code editor, not the Promise and fetch from the global scope: so you cannot use window.fetch or window.Promise. This prevents tracking of other promises from background processes or plugins that also use the fetch/Promise.