6
6
7
7
# Class: Data64URIWriter
8
8
9
- Defined in: [ index.d.ts:742] ( https://github.com/gildas-lormeau/zip.js/blob/347f13e008678d1fc6f83418c2c38f7e3569d2a4 /index.d.ts#L742 )
9
+ Defined in: [ index.d.ts:742] ( https://github.com/gildas-lormeau/zip.js/blob/a8683b5808f1a1fcac8b2988f79c4fbbc6b3e88f /index.d.ts#L742 )
10
10
11
11
Represents a [ Writer] ( Writer.md ) instance used to retrieve the written data as a Data URI ` string ` encoded in Base64.
12
12
@@ -20,7 +20,7 @@ Represents a [Writer](Writer.md) instance used to retrieve the written data as a
20
20
21
21
> ** new Data64URIWriter** (` mimeString? ` ): ` Data64URIWriter `
22
22
23
- Defined in: [ index.d.ts:748] ( https://github.com/gildas-lormeau/zip.js/blob/347f13e008678d1fc6f83418c2c38f7e3569d2a4 /index.d.ts#L748 )
23
+ Defined in: [ index.d.ts:748] ( https://github.com/gildas-lormeau/zip.js/blob/a8683b5808f1a1fcac8b2988f79c4fbbc6b3e88f /index.d.ts#L748 )
24
24
25
25
Creates the Data64URIWriter instance
26
26
@@ -46,7 +46,7 @@ The MIME type of the content.
46
46
47
47
> ** writable** : ` WritableStream `
48
48
49
- Defined in: [ index.d.ts:678] ( https://github.com/gildas-lormeau/zip.js/blob/347f13e008678d1fc6f83418c2c38f7e3569d2a4 /index.d.ts#L678 )
49
+ Defined in: [ index.d.ts:678] ( https://github.com/gildas-lormeau/zip.js/blob/a8683b5808f1a1fcac8b2988f79c4fbbc6b3e88f /index.d.ts#L678 )
50
50
51
51
The ` WritableStream ` instance.
52
52
@@ -60,7 +60,7 @@ The `WritableStream` instance.
60
60
61
61
> ** getData** (): ` Promise ` \< ` string ` \>
62
62
63
- Defined in: [ index.d.ts:698] ( https://github.com/gildas-lormeau/zip.js/blob/347f13e008678d1fc6f83418c2c38f7e3569d2a4 /index.d.ts#L698 )
63
+ Defined in: [ index.d.ts:698] ( https://github.com/gildas-lormeau/zip.js/blob/a8683b5808f1a1fcac8b2988f79c4fbbc6b3e88f /index.d.ts#L698 )
64
64
65
65
Retrieves all the written data
66
66
@@ -80,7 +80,7 @@ A promise resolving to the written data.
80
80
81
81
> ` optional ` ** init** (` size? ` ): ` Promise ` \< ` void ` \>
82
82
83
- Defined in: [ index.d.ts:684] ( https://github.com/gildas-lormeau/zip.js/blob/347f13e008678d1fc6f83418c2c38f7e3569d2a4 /index.d.ts#L684 )
83
+ Defined in: [ index.d.ts:684] ( https://github.com/gildas-lormeau/zip.js/blob/a8683b5808f1a1fcac8b2988f79c4fbbc6b3e88f /index.d.ts#L684 )
84
84
85
85
Initializes the instance asynchronously
86
86
@@ -106,7 +106,7 @@ the total size of the written data in bytes.
106
106
107
107
> ** writeUint8Array** (` array ` ): ` Promise ` \< ` void ` \>
108
108
109
- Defined in: [ index.d.ts:692] ( https://github.com/gildas-lormeau/zip.js/blob/347f13e008678d1fc6f83418c2c38f7e3569d2a4 /index.d.ts#L692 )
109
+ Defined in: [ index.d.ts:692] ( https://github.com/gildas-lormeau/zip.js/blob/a8683b5808f1a1fcac8b2988f79c4fbbc6b3e88f /index.d.ts#L692 )
110
110
111
111
Appends a chunk of data
112
112
0 commit comments