提交 39e3bef2 编写于 作者: A Atsushi

Update for ImageBitmapLoader.d.ts

上级 1f608d33
......@@ -10,7 +10,7 @@ export class ImageBitmapLoader extends Loader {
setOptions( options: object ): ImageBitmapLoader;
load(
url: string,
onLoad?: ( response: string | ArrayBuffer ) => void,
onLoad?: ( response: ImageBitmap ) => void,
onProgress?: ( request: ProgressEvent ) => void,
onError?: ( event: ErrorEvent ) => void
): any;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册