more logging

This commit is contained in:
Daniel Lugo 2020-02-13 21:43:07 -04:00
parent a7fb6dd508
commit b533d884c6

View file

@ -27,6 +27,10 @@ const listeners = new Set()
/** @type {SimpleSentRequest[]} */
let currentReqs = []
listeners.add(() => {
console.log(`new reqs: ${JSON.stringify(currentReqs)}`)
})
const getCurrentSentReqs = () => currentReqs
const react = debounce(() => {