more logging
This commit is contained in:
parent
a7fb6dd508
commit
b533d884c6
1 changed files with 4 additions and 0 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue