deno / latest / ~ / closeeventinit.html

CloseEventInit

interface CloseEventInit  extends EventInit {
    
code?: number;
reason?: string;
wasClean?: boolean;
}

Extends

Properties

code?: number
reason?: string
wasClean?: boolean

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/CloseEventInit