Last updated 5 years ago
Was this helpful?
Returns the DNS record data of the given record.
record The record for which the DNS record data is needed. []
record
[
]
The data of the DNS records [Promise<>]
[Promise<
>]
cddnss.getRecordDataForRecord(record) .then((recordData: RecordData) => { console.log(recordData); });
Record
RecordData