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

import"Blob.idl";

Inheritance diagram for Blob:
File

Public Member Functions

Blob slice (optional long long start=0, optional long long end=0x7FFFFFFFFFFFFFFF, optional DOMString? contentType=null)
 

Public Attributes

readonly attribute unsigned long long size
 
readonly attribute DOMString type
 

Member Function Documentation

◆ slice()

Blob Blob::slice ( optional long long  start = 0,
optional long long  end = 0x7FFFFFFFFFFFFFFF,
optional DOMString?  contentType = null 
)

Member Data Documentation

◆ size

readonly attribute unsigned long long Blob::size

◆ type

readonly attribute DOMString Blob::type

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