|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"EncryptedMediaExtensions.idl";
Public Member Functions | |
| Promise< MediaKeySystemAccess > | requestMediaKeySystemAccess (DOMString keySystem, sequence< MediaKeySystemConfiguration > supportedConfigurations) |
| Promise< MediaKeySystemAccess > | requestMediaKeySystemAccess (DOMString keySystem, sequence< MediaKeySystemConfiguration > supportedConfiguration) |
| GamepadList | webkitGetGamepads () |
| sequence< Gamepad > | getGamepads () |
| void | getUserMedia (MediaStreamConstraints constraints, NavigatorUserMediaSuccessCallback successCallback, NavigatorUserMediaErrorCallback errorCallback) |
| void | registerProtocolHandler (DOMString scheme, DOMString url, DOMString title) |
| DOMString | isProtocolHandlerRegistered (DOMString scheme, DOMString url) |
| void | unregisterProtocolHandler (DOMString scheme, DOMString url) |
| boolean | vibrate (sequence< unsigned long > pattern) |
| boolean | vibrate (unsigned long time) |
| boolean | javaEnabled () |
| void | getStorageUpdates () |
| void Navigator::getStorageUpdates | ( | ) |
| void Navigator::getUserMedia | ( | MediaStreamConstraints | constraints, |
| NavigatorUserMediaSuccessCallback | successCallback, | ||
| NavigatorUserMediaErrorCallback | errorCallback | ||
| ) |
| DOMString Navigator::isProtocolHandlerRegistered | ( | DOMString | scheme, |
| DOMString | url | ||
| ) |
| boolean Navigator::javaEnabled | ( | ) |
| void Navigator::registerProtocolHandler | ( | DOMString | scheme, |
| DOMString | url, | ||
| DOMString | title | ||
| ) |
| Promise<MediaKeySystemAccess> Navigator::requestMediaKeySystemAccess | ( | DOMString | keySystem, |
| sequence< MediaKeySystemConfiguration > | supportedConfigurations | ||
| ) |
| Promise<MediaKeySystemAccess> Navigator::requestMediaKeySystemAccess | ( | DOMString | keySystem, |
| sequence< MediaKeySystemConfiguration > | supportedConfiguration | ||
| ) |
| void Navigator::unregisterProtocolHandler | ( | DOMString | scheme, |
| DOMString | url | ||
| ) |
| boolean Navigator::vibrate | ( | unsigned long | time | ) |
| GamepadList Navigator::webkitGetGamepads | ( | ) |
| readonly attribute Geolocation Navigator::geolocation |
| readonly attribute MediaDevices Navigator::mediaDevices |
| readonly attribute DOMMimeTypeArray Navigator::mimeTypes |
| readonly attribute DOMPluginArray Navigator::plugins |
| readonly attribute StorageQuota Navigator::webkitPersistentStorage |
| readonly attribute StorageQuota Navigator::webkitTemporaryStorage |
1.8.13