mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
Update ext/web/lib.deno_web.d.ts
Co-authored-by: Luca Casonato <hello@lcas.dev> Signed-off-by: Jo Franchetti <jofranchetti@gmail.com>
This commit is contained in:
parent
73ab319912
commit
8b0c0fc11c
1 changed files with 1 additions and 1 deletions
2
ext/web/lib.deno_web.d.ts
vendored
2
ext/web/lib.deno_web.d.ts
vendored
|
@ -1322,7 +1322,7 @@ declare function reportError(
|
|||
/** @category Platform */
|
||||
declare type PredefinedColorSpace = "srgb" | "display-p3";
|
||||
|
||||
/** Color space settings for `ImageData` objects.
|
||||
/** Color space settings for {@linkcode ImageData} objects.
|
||||
*
|
||||
* @category Platform */
|
||||
declare interface ImageDataSettings {
|
||||
|
|
Loading…
Add table
Reference in a new issue