/
resolver
resolver
The resolver object allows you to flush the player's DNS cache. This is available in BrightSignOS 8.3.32 and later releases.
resolver IDL
[
Constructor()
] interface Resolver {
Promise<void> flushDnsCache();
};
ON THIS PAGE
Object Creation
To create a resolver object, first load the brightsign/resolver
module using the require()
method:
const Resolver = require('@brightsign/resolver')
let resolver = new Resolver;
Resolver
flushDnsCache()
Promise<void> flushDnsCache()
Use this method to flush the player's DNS cache.
Example
, multiple selections available,
Related content
BrightSign REST APIs
BrightSign REST APIs
More like this
Managing Your Network
Managing Your Network
More like this
Using the Local Web Server in BrightAuthor:connected
Using the Local Web Server in BrightAuthor:connected
More like this
Setup
Setup
More like this
configurednetworks
configurednetworks
More like this
WebSockets
WebSockets
More like this