(blobOrBuffer, callback)
| 4489 | // This function is unused in Node |
| 4490 | |
| 4491 | function blobToBase64(blobOrBuffer, callback) { |
| 4492 | callback(blobOrBuffer.toString('base64')); |
| 4493 | } |
| 4494 | |
| 4495 | // not used in Node, but here for completeness |
| 4496 |
no test coverage detected
searching dependent graphs…