зеркало из https://github.com/mozilla/gecko-dev.git
Bug 917176 - 0001. WebIDL change. r=mrbkap
This commit is contained in:
Родитель
9b3d7fd92c
Коммит
08dca0c901
|
@ -235,6 +235,17 @@ interface MozWifiManager : EventTarget {
|
|||
DOMString certPassword,
|
||||
DOMString certNickname);
|
||||
|
||||
/**
|
||||
* Get list of imported WIFI certificates.
|
||||
* onsuccess: We have successfully gotten imported certificate list.
|
||||
* request.result is an object using nickname as key, array of usage
|
||||
* string as value.
|
||||
* request.result[USAGE] = [CA_NICKNAME1, CA_NICKNAME2, ...]
|
||||
* USAGE string includes: "ServerCert".
|
||||
* onerror: We have failed to list certificate.
|
||||
*/
|
||||
DOMRequest getImportedCerts();
|
||||
|
||||
/**
|
||||
* Returns whether or not wifi is currently enabled.
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче