(writable = new WritableStream(), options = {})
| 6379 | } |
| 6380 | |
| 6381 | async exportWritable(writable = new WritableStream(), options = {}) { |
| 6382 | await this.exportZip({ writable }, options); |
| 6383 | return writable; |
| 6384 | } |
| 6385 | |
| 6386 | async importZip(reader, options = {}) { |
| 6387 | await initStream(reader); |