Skip to main content

NotSupported

class Deno.errors.NotSupported
extends Error

Raised when the underlying Deno API is asked to perform a function that is not currently supported.

Back to top