fileapi

package module
v0.0.0-...-252871e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2024 License: MIT Imports: 1 Imported by: 0

README

go-fileapi

📂 Implementation & bindings for the W3C File API

Documentation

Rendered for js/wasm

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func URLCreateObjectURL

func URLCreateObjectURL(obj any) string

func URLRevokeObjectURL

func URLRevokeObjectURL(url string)

Types

type Blob

type Blob interface {
	Size() uint64
	Type() string
	Slice(start *int64, end *int64, contentType *string) Blob
	Stream() streams.ReadableStream
	Text() string
	ArrayBuffer() []byte
	Bytes() []byte
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL