()
| 7 | |
| 8 | |
| 9 | def printTimersDebugInfo(): |
| 10 | pm.eval("""(require) => { |
| 11 | const internalBinding = require('internal-binding'); |
| 12 | const { getAllRefedTimersDebugInfo: getDebugInfo } = internalBinding('timers'); |
| 13 | console.log(getDebugInfo()) |
| 14 | console.log(new Date()) |
| 15 | }""")(pm.createRequire(__file__)) |
| 16 | |
| 17 | |
| 18 | class WTF: |