(value)
| 260 | }, |
| 261 | cancelAnimationFrame() {}, |
| 262 | atob(value) { |
| 263 | return Buffer.from(String(value), 'base64').toString('binary'); |
| 264 | }, |
| 265 | btoa(value) { |
| 266 | return Buffer.from(String(value), 'binary').toString('base64'); |
| 267 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected