@NfNitLoop on Twitter: Post

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

Found a weird file drag-n-drop behavior (bug?) in Chrome.
https://jsfiddle.net/NfNitLoop/zudhf4b2/37/

If you `await` in the onDrop(), Chrome seems to aggressively clean up the DataTransferItemList even though you still have a reference to it. 😣

Not so in Firefox. Is that behavior undefined?