method ZipFileEntry.prototype.replaceData64URIimport { ZipFileEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.53/index.js"; 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