()
| 8 | |
| 9 | // specifying your onload callback function |
| 10 | const callback = () => { |
| 11 | console.log('Done!!!!'); |
| 12 | }; |
| 13 | |
| 14 | const verifyCallback = (response) => { |
| 15 | console.log(response); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…