mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Issue #2652 - Part 1: Add a way to programmatically clear the DNS cache.
This commit is contained in:
parent
1f038cd026
commit
f5ef327563
3 changed files with 18 additions and 0 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue