Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
class Deno.errors.WouldBlock
extends Error

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