Vignesh M
The V word

The V word

Follow
Follow
homeStart Herenewsletter
Tag

devtools

#devtools

More content

Read more stories on Hashnode


Articles with this tag

Chrome dev tools: File drop event bug that cost me hours in debugging

Sep 29, 20212 min read

TLDR: If you use onDrop event and try to log the files in console, the file array will log empty. But it will available when you use the file. ยท I was...

Chrome dev tools: File drop event bug that cost me hours in debugging