webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
DataTransferItem Interface Reference

import"DataTransferItem.idl";

Public Member Functions

void getAsString (optional StringCallback? callback)
 
Blob getAsFile ()
 

Public Attributes

readonly attribute DOMString kind
 
readonly attribute DOMString type
 

Member Function Documentation

◆ getAsFile()

Blob DataTransferItem::getAsFile ( )

◆ getAsString()

void DataTransferItem::getAsString ( optional StringCallback callback)

Member Data Documentation

◆ kind

readonly attribute DOMString DataTransferItem::kind

◆ type

readonly attribute DOMString DataTransferItem::type

The documentation for this interface was generated from the following file: