Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The configurednetworks object provides an array of persistent configuration names, even if they are not active at present.

Code Block
languagejs
titleconfigurednetworks IDL
collapsetrue
interface ConfiguredNetworks {
    Promise<Array<String>> getConfigurationNames();
};


Object Creation

To create a configurednetworks object,

Code Block
languagejs
const 


getConfigurationNames