This article needs a technical review. How you can help.
This article needs an editorial review. How you can help.
droppedLinkHandler
- Type: function
- Function that is called when links are dropped to the browser element, with the following arguments.
droppedLinkHandler(event, uri, name) -- Firefox 51 or older droppedLinkHandler(event, links) -- Firefox 52 or newer
event
-- drop event, ornull
if no event is availableuri
-- uri string of the dropped linkname
-- name string of the dropped linklinks
-- array of the dropped items with nsIDroppedLinkItem interface