HTML Drag and Drop API
Ever wondered as a frontend developer how we can drag an image and paste it in the address bar? This is possible because of HTML Drag and Drop API
If we break down the drag and drop event we can see this:
Drag starts.
The mouse is dragging the eleme...
ajitpsakri.hashnode.dev2 min read