spasm.bindings.fileapi

Undocumented in source.

Members

Aliases

BlobPart
alias BlobPart = SumType!(BufferSource, Blob, string)
Undocumented in source.

Enums

EndingType
enum EndingType
Undocumented in source.

Functions

BlobPropertyBag_endings_Get
EndingType BlobPropertyBag_endings_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BlobPropertyBag_endings_Set
void BlobPropertyBag_endings_Set(Handle , EndingType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BlobPropertyBag_type_Get
string BlobPropertyBag_type_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BlobPropertyBag_type_Set
void BlobPropertyBag_type_Set(Handle , string )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Blob_size_Get
uint Blob_size_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Blob_slice
Handle Blob_slice(Handle , int , int , string )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Blob_slice_0
Handle Blob_slice_0(Handle , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Blob_slice_1
Handle Blob_slice_1(Handle , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Blob_slice_2
Handle Blob_slice_2(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Blob_type_Get
string Blob_type_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileList_item_getter
Optional!(File) FileList_item_getter(Handle , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileList_length_Get
uint FileList_length_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FilePropertyBag_lastModified_Get
int FilePropertyBag_lastModified_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FilePropertyBag_lastModified_Set
void FilePropertyBag_lastModified_Set(Handle , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReaderSync_readAsArrayBuffer
Handle FileReaderSync_readAsArrayBuffer(Handle , Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReaderSync_readAsBinaryString
string FileReaderSync_readAsBinaryString(Handle , Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReaderSync_readAsDataURL
string FileReaderSync_readAsDataURL(Handle , Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReaderSync_readAsText
string FileReaderSync_readAsText(Handle , Handle , string )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReaderSync_readAsText_0
string FileReaderSync_readAsText_0(Handle , Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_abort
void FileReader_abort(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_error_Get
Optional!(DOMException) FileReader_error_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_onabort_Get
EventHandler FileReader_onabort_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_onabort_Set
void FileReader_onabort_Set(Handle , EventHandler )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_onerror_Get
EventHandler FileReader_onerror_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_onerror_Set
void FileReader_onerror_Set(Handle , EventHandler )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_onload_Get
EventHandler FileReader_onload_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_onload_Set
void FileReader_onload_Set(Handle , EventHandler )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_onloadend_Get
EventHandler FileReader_onloadend_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_onloadend_Set
void FileReader_onloadend_Set(Handle , EventHandler )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_onloadstart_Get
EventHandler FileReader_onloadstart_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_onloadstart_Set
void FileReader_onloadstart_Set(Handle , EventHandler )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_onprogress_Get
EventHandler FileReader_onprogress_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_onprogress_Set
void FileReader_onprogress_Set(Handle , EventHandler )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_readAsArrayBuffer
void FileReader_readAsArrayBuffer(Handle , Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_readAsBinaryString
void FileReader_readAsBinaryString(Handle , Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_readAsDataURL
void FileReader_readAsDataURL(Handle , Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_readAsText
void FileReader_readAsText(Handle , Handle , string )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_readAsText_0
void FileReader_readAsText_0(Handle , Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_readyState_Get
ushort FileReader_readyState_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileReader_result_Get
Optional!(SumType!(string, ArrayBuffer)) FileReader_result_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
File_lastModified_Get
int File_lastModified_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
File_name_Get
string File_name_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

Blob
struct Blob
Undocumented in source.
BlobPropertyBag
struct BlobPropertyBag
Undocumented in source.
File
struct File
Undocumented in source.
FileList
struct FileList
Undocumented in source.
FilePropertyBag
struct FilePropertyBag
Undocumented in source.
FileReader
struct FileReader
Undocumented in source.
FileReaderSync
struct FileReaderSync
Undocumented in source.

Meta