***`
@jupyterlite / @jupyterlite/server / IServiceWorkerManager / IStdinHandler
Interface: IStdinHandler()
#
Defined in: tokens.ts:80
Interface for handler of stdin requests received via Service Worker.
Types are any
because they are defined by whatever calls registerStdinHandler
and the ServiceWorkerManager does not need to understand them, it just passes them
through without altering them.
**IStdinHandler**(
message):
Promise\<
any`>
Defined in: tokens.ts:81
Interface for handler of stdin requests received via Service Worker.
Types are any
because they are defined by whatever calls registerStdinHandler
and the ServiceWorkerManager does not need to understand them, it just passes them
through without altering them.
Parameters#
message
#
any
Returns#
Promise
<any
>