Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-04-11 00:09:20 +03:00
parent 8be041c21c
commit 9b2e3c59e3

View File

@ -1182,12 +1182,10 @@ printer
.send('flush')
```
If the user wants to reject messages after the promise is finalized it is their
responsibility.
If the user wants to handle messages differently (ignore for example) after the
promise is finalized it is their responsibility
(see: [`<onmessage>(..)`](#promiseinteractive) for more info)
<!--
XXX add example of clearing handlers...
-->
#### `Promise.interactive(..)`