A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/DragEvent/DragEvent below:

DragEvent: DragEvent() constructor - Web APIs

DragEvent: DragEvent() constructor

Baseline Widely available

This constructor is used to create a synthetic DragEvent object.

Although this interface has a constructor, it is not possible to create a useful DataTransfer object from script, since DataTransfer objects have a processing and security model that is coordinated by the browser during drag-and-drops.

This interface inherits properties from MouseEvent and Event.

Syntax
new DragEvent(type)
new DragEvent(type, dragEventInit)
Parameters
type

A string representing the name of the event (see DragEvent event types).

eventInitDict Optional

An object containing the following properties:

dataTransfer Optional

A DataTransfer. Defaults to null.

Specifications Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4