deno / 1.23.2 / ~ / deno.caarecord.html /

Deno.CAARecord

If resolveDns is called with "CAA" record type specified, it will return an array of this interface.

interface CAARecord {
critical : boolean;
tag : string;
value : string;
}

Properties

critical : boolean
tag : string
value : string

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