method ZipFileEntry.prototype.replaceData64URIimport { ZipFileEntry } from "https://dotland.deno.dev/x/zipjs@v2.6.68/index.d.ts"; replaceData64URI(dataURI: string): voidReplaces the content of the entry with a Data URI string encoded in Base64 Replaces the content of the entry with a Data URI string encoded in Base64 ParametersdataURI: stringThe Data URI string encoded in Base64. Returnsvoid