(fn)
| 253 | }, |
| 254 | clearInterval() {}, |
| 255 | requestAnimationFrame(fn) { |
| 256 | if (typeof fn === 'function') { |
| 257 | fn(1); |
| 258 | } |
| 259 | return 1; |
| 260 | }, |
| 261 | cancelAnimationFrame() {}, |
| 262 | atob(value) { |
| 263 | return Buffer.from(String(value), 'base64').toString('binary'); |
nothing calls this directly
no outgoing calls
no test coverage detected