()
| 150 | } |
| 151 | |
| 152 | async pull() { |
| 153 | if (this[kState].unref) { |
| 154 | this[kState].unref = false; |
| 155 | this[kState].port.ref(); |
| 156 | } |
| 157 | this[kState].port.postMessage({ type: 'pull' }); |
| 158 | } |
| 159 | |
| 160 | async cancel(reason) { |
| 161 | try { |
nothing calls this directly
no test coverage detected