| 1 | import { buffer2string, readBlob } from '@/common'; |
| 2 | import { decodeResource } from '@/injected/content/util'; |
| 3 | |
| 4 | const stringAsBase64 = str => btoa(buffer2string(new TextEncoder().encode(str).buffer)); |
nothing calls this directly
no test coverage detected