66
77# Class: Data64URIWriter
88
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 )
1010
1111Represents a [ Writer] ( Writer.md ) instance used to retrieve the written data as a Data URI ` string ` encoded in Base64.
1212
@@ -20,7 +20,7 @@ Represents a [Writer](Writer.md) instance used to retrieve the written data as a
2020
2121> ** new Data64URIWriter** (` mimeString? ` ): ` Data64URIWriter `
2222
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 )
2424
2525Creates the Data64URIWriter instance
2626
@@ -46,7 +46,7 @@ The MIME type of the content.
4646
4747> ** writable** : ` WritableStream `
4848
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 )
5050
5151The ` WritableStream ` instance.
5252
@@ -60,7 +60,7 @@ The `WritableStream` instance.
6060
6161> ** getData** (): ` Promise ` \< ` string ` \>
6262
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 )
6464
6565Retrieves all the written data
6666
@@ -80,7 +80,7 @@ A promise resolving to the written data.
8080
8181> ` optional ` ** init** (` size? ` ): ` Promise ` \< ` void ` \>
8282
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 )
8484
8585Initializes the instance asynchronously
8686
@@ -106,7 +106,7 @@ the total size of the written data in bytes.
106106
107107> ** writeUint8Array** (` array ` ): ` Promise ` \< ` void ` \>
108108
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 )
110110
111111Appends a chunk of data
112112
0 commit comments