You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Internalize DataTransfer.files example
* Remove more
* Apply suggestions from code review
Co-authored-by: Brian Smith <brian@smith.berlin>
* Update files/en-us/web/api/datatransfer/files/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/datatransfer/files/index.md
Co-authored-by: Brian Smith <brian@smith.berlin>
---------
Co-authored-by: Brian Smith <brian@smith.berlin>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: files/en-us/web/api/html_drag_and_drop_api/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -228,8 +228,8 @@ A key difference between the {{domxref("DataTransfer")}} and {{domxref("DataTran
228
228
229
229
-[Copying and moving elements with the `DataTransfer` interface](https://mdn.github.io/dom-examples/drag-and-drop/copy-move-DataTransfer.html)
230
230
-[Copying and moving elements with the `DataTransferListItem` interface](https://mdn.github.io/dom-examples/drag-and-drop/copy-move-DataTransferItemList.html)
231
-
- Dragging and dropping files (Firefox only): <https://jsfiddle.net/9C2EF/>
232
-
- Dragging and dropping files (All browsers): [https://jsbin.com/hiqasek/](https://jsbin.com/hiqasek/edit?html,js,output)
231
+
232
+
Reference pages for each interface also have individual examples.
0 commit comments