Skip to main content
class Deno.errors.WouldBlock
extendsError

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

Back to top