Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Experimental WebAPI
GitHub

Prelude

Types

any

typeany= {}

bufferSource

typebufferSource=any

domException

An abnormal event (called an exception) which occurs as a result of calling a method or accessing a property of a web API.See DOMException on MDN

typedomException= {name:string,message:string}

Record fields

name
string
message
string

domStringList

A type returned by some APIs which contains a list of DOMString (strings).See DOMStringList on MDN

typedomStringList= {length:int}

Record fields

length
int

Returns the number of strings in strings.Read more on MDN

float64Array

typefloat64Array=any

sharedArrayBuffer

typesharedArrayBuffer=any

Values

unsafeConversation

letunsafeConversation:'tinput=>'toutput

[8]ページ先頭

©2009-2025 Movatter.jp