Deno.errors.WouldBlock

Raised when the underlying operating system would need to block to complete but an asynchronous (non-blocking) API is used.

class WouldBlock extends Error { }

§Extends

§
Error
[src]