simonw / datasette-column-inspect

Experimental plugin that adds a column inspector
Apache License 2.0
3 stars 0 forks source link

Amusing race condition with slow-loading fetch() calls #4

Open simonw opened 4 years ago

simonw commented 4 years ago

I just saw this:

fivethirtyeight__twitter-ratio_senators__288_615_rows_-_Mozilla_Firefox

I had switched to a new column when the old column inspection had not finished loading. The old column inspection arrived and wrote into the inspector for the new column!

Root cause here is that the JavaScript I wrote for this initual prototype is a huge mess.