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