(queryId, data)
| 9 | } |
| 10 | |
| 11 | function ForwardQuery(queryId, data) { |
| 12 | if(!interceptor || !queue[queryId]) return; |
| 13 | data.canfollow = true; |
| 14 | queue[queryId] = data; |
| 15 | } |
| 16 | |
| 17 | function DropQuery(queryId) { |
| 18 | if(!interceptor || !queue[queryId]) return; |