mirror of
https://github.com/denoland/deno.git
synced 2025-08-01 01:22:27 +00:00
Align JSDoc to style guide.
This commit is contained in:
parent
1840a19713
commit
10a97679ac
31 changed files with 437 additions and 423 deletions
|
@ -9,6 +9,7 @@ export class DenoBlob implements domTypes.Blob {
|
|||
readonly size: number = 0;
|
||||
readonly type: string = "";
|
||||
|
||||
/** A blob object represents a file-like object of immutable, raw data. */
|
||||
constructor(
|
||||
blobParts?: domTypes.BlobPart[],
|
||||
options?: domTypes.BlobPropertyBag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue