Issue #2652 - Part 1: Add a way to programmatically clear the DNS cache.

This commit is contained in:
Moonchild 2024-11-15 12:25:52 +01:00 • committed by roytam1
commit f5ef327563
3 changed files with 18 additions and 0 deletions

View file

@ -115,6 +115,11 @@ interface nsIDNSService : nsISupports
*/
[noscript] void getDNSCacheEntries(in EntriesArray args);
/**
* Clears the DNS cache.
*/
void clearCache();
/**
* @return the hostname of the operating system.
*/