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