mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 988469 - MSISDN verification API for privileged apps. Part 0: WebIDL. r=sicking
This commit is contained in:
parent
e1c1db9791
commit
0d43eb4470
@ -151,6 +151,15 @@ callback interface MozIdleObserver {
|
||||
void onactive();
|
||||
};
|
||||
|
||||
#ifdef MOZ_B2G
|
||||
[NoInterfaceObject]
|
||||
interface NavigatorMobileId {
|
||||
[Throws, NewObject]
|
||||
Promise getMobileIdAssertion();
|
||||
};
|
||||
Navigator implements NavigatorMobileId;
|
||||
#endif // MOZ_B2G
|
||||
|
||||
// nsIDOMNavigator
|
||||
partial interface Navigator {
|
||||
[Throws]
|
||||
|
Loading…
Reference in New Issue
Block a user