* Clear the active flag without dropping queued items. * Used when the transport is replaced (onWorkReceived) — the new * transport's flush will drain the pending items.
()
| 66 | * transport's flush will drain the pending items. |
| 67 | */ |
| 68 | deactivate(): void { |
| 69 | this._active = false |
| 70 | } |
| 71 | } |
| 72 | |
| 73 |