Closed marcoscaceres closed 6 years ago
The following IDL can't have [NoInterfaceObject] declared on it.
[NoInterfaceObject] partial interface Navigator { readonly attribute Geolocation geolocation; };
This got fixed in the second edition.
The following IDL can't have [NoInterfaceObject] declared on it.