Home
last modified time | relevance | path

Searched defs:createObjectURL (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/lib/
Dlib.webworker.d.ts3386 createObjectURL(obj: Blob): string; variable
Dlib.dom.d.ts14519 createObjectURL(obj: Blob | MediaSource): string; variable
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts3366 createObjectURL(obj: Blob): string; variable
Ddom.generated.d.ts14499 createObjectURL(obj: Blob | MediaSource): string; variable
/third_party/typescript/tests/lib/
Dlib.d.ts14813 createObjectURL(object: any, options?: ObjectURLOptions): string; method