Web API
共计 124
用户界面
调试
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Console API | 调试功能 | Window、WorkerGlobalScope | Web、Worker | console |
界面开发
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
User-Agent Client Hints API 🧪 | 用户代理客户端提示 | Navigator、WorkerNavigator | Web、Worker | NavigatorUAData、navigator.userAgentData 、navigator.userAgent |
Web Components | Web 组件 | - | - | - |
UI Events | UI 事件 | Window、Element | Web | UIEvent、FocusEvent、InputEvent、MouseEvent、PointerEvent、WheelEvent、KeyboardEvent、CompositionEvent |
Touch events | 触摸事件 | Element | Web | TouchEvent、Touch、TouchList |
Document Object Model (DOM) | 文档对象模型(DOM) | - | Web | EventTarget、AbortController、AbortSignal、Node、NodeList、NodeIterator、DocumentType、Document、TreeWalker、DocumentFragment、DOMParser、DOMImplementation、Element、Attr、NamedNodeMap、DOMTokenList、CharacterData、Comment、Text、TextEncoder、TextDecoder、DOMException、AbstractRange、Range、StaticRange、DOMPointReadOnly、DOMPoint、DOMRect、Event、CustomEvent、MutationObserver、MutationRecord |
HTML DOM API (BOM) | HTML DOM | - | Web | Window、Navigator、History、Location、Navigation... |
HTML Drag and Drop API | HTML 拖放 | - | Web | DataTransfer、DataTransferItem、DataTransferItemList、DragEvent |
SVG API | SVG | - | - | SVGElement、SVGSVGElement、... |
CSS Object Model (CSSOM) | CSS 对象模型(CSSOM) | - | Web | StyleSheet、StyleSheetList、... |
Houdini APIs | - | - | Web | Worklet、... |
\- CSS Properties and Values API | CSS 属性和值 | - | Web | CSSPropertyRule |
\- CSS Typed Object Model API | CSS 类型对象模型 | - | Web | - |
\- CSS Painting API 🧪 | CSS 绘制 | - | Web | PaintWorkletGlobalScope |
CSS Font Loading API | CSS 字体加载 | - | Web、Worker | FontFace、FontFaceSet、FontFaceSetLoadEvent |
CSS Custom Highlight API | CSS 自定义高亮 | - | Web | Highlight、HighlightRegistry |
Local Font Access API 🧪 | 本地字体资源 | Window | Web | FontData |
EditContext API 🧪 | 富文本编辑器 | - | Web | EditContext |
Attribution Reporting API 🧪 | 广告/归因报告 | <a> 、<img> 、script 、Window | Web | - |
Fenced Frame API 🧪 | 围栏框架 | <fencedframe> | Web | Fence、FencedFrameConfig、HTMLFencedFrameElement |
Invoker Commands API 🧪 | - | <button> 、<dialog> | Web | CommandEvent |
Web Share API | Web 共享 | Navigator | Web | Navigator.canShare() 、Navigator.share() |
视图
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Window Controls Overlay API 🧪 | 窗口控制覆盖 | - | - | WindowControlsOverlay、WindowControlsOverlayGeometryChangeEvent、navigator.windowControlsOverlay |
Page Visibility API | 页面可见性 | Document | Web | - |
View Transition API | 视图过渡 | Document | Web | ViewTransition |
Visual Viewport API | 可视视口 | Window | Web | VisualViewport |
Intersection Observer API | 交叉观察器/视口相交情况变化 | - | Web | IntersectionObserver、IntersectionObserverEntry |
Resize Observer API | 监视元素的大小更改 | Element | Web | ResizeObserver、ResizeObserverEntry |
Selection API | 选择 | Window、Document | Web | Selection |
Presentation API 🧪 | 演示 | - | Web | Presentation、PresentationRequest、PresentationAvailability、PresentationConnectionAvailableEvent、PresentationConnection、PresentationConnectionCloseEvent、PresentationReceiver、PresentationConnectionList;navigator.presentation |
路由
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
History API | 历史记录 | Window | Web | History、PopStateEvent;history |
Navigation API 🧪 | 导航 | Window | Web | Navigation、NavigationActivation、NavigationDestination、NavigationHistoryEntry、NavigationTransition、NavigationCurrentEntryChangeEvent、NavigateEvent;navigation |
URL API | URL | - | Web、Worker | URL、URLSearchParams |
URL Fragment Text Directives | URL 片段文本指令 | Document | Web | FragmentDirective |
URL Pattern API 🧪 | URL 模式匹配 | - | Web、Worker | URLPattern Experimental |
数据通信
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象 类型(types of objects) |
---|---|---|---|---|
Broadcast Channel API | 广播频道 | - | Web、Worker | BroadcastChannel、postMessage() |
Channel Messaging API | 频道消息 | - | Web、Worker | MessageChannel、MessagePort |
Beacon API | 信标 | fetch 、XMLHttpRequest | Web、Worker | Navigator.sendBeacon() |
数据流
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Streams API | 数据流 | fetch | Web、Worker | ReadableStream、ReadableStreamDefaultReader、ReadableStreamDefaultController、WritableStream、WritableStreamDefaultWriter、WritableStreamDefaultController、TransformStream、TransformStreamDefaultController、ByteLengthQueuingStrategy、CountQueuingStrategy、ReadableStreamBYOBReader、ReadableByteStreamController、ReadableStreamBYOBRequest |
Compression Streams API | 压缩流 | - | Web、Worker | CompressionStream、DecompressionStream |
网络请求
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Fetch API | 获取网络资源 | Window、WorkerGlobalScope | Web、Worker | fetch() 、Request、Headers、Response |
XMLHttpRequest API | 获取网络资源 | - | Web、Worker | FormData、XMLHttpRequest、XMLHttpRequestUpload、ProgressEvent、XMLHttpRequestEventTarget |
Idle Detection API 🧪 | 空闲检测 | - | Web、Worker | IdleDetector |
Speculation Rules API 🧪 | 推测规则(预取和预渲染) | Document | Web | - |
Background Fetch API 🧪 | 后台获取 | ServiceWorkerGlobalScope | Web、Worker | BackgroundFetchManager、BackgroundFetchRegistration、BackgroundFetchRecord、BackgroundFetchEvent、BackgroundFetchUpdateUIEvent |
Background Synchronization API | 后台同步 | ServiceWorkerGlobalScope | Web、Worker | SyncManager、SyncEvent |
Web Periodic Background Synchronization API 🧪 | Web 定期后台同步 | ServiceWorkerGlobalScope | Web、Worker | PeriodicSyncManager、PeriodicSyncEvent |
动画
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Web Animations API | Web 动画 | Document、Element | Web | Animation、AnimationTimeline、DocumentTimeline、AnimationEffectTimingProperties、AnimationEffectReadOnly、KeyframeEffect、KeyframeEffectReadOnly |
监控与分析
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Reporting API 🧪 | 报告 | - | Web、Worker | Report、ReportingObserver、ReportBody、CSPViolationReportBody、DeprecationReportBody、InterventionReportBody、SecurityPolicyViolationEvent |
性能
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Performance APIs | 性能 | Window、WorkerGlobalScope | Web、Worker | Performance、PerformanceObserver、PerformanceObserverEntryList、PerformanceEntry、LargestContentfulPaint、LayoutShift、LayoutShiftAttribution、EventCounts、NotRestoredReasons、NotRestoredReasonDetails、PerformanceElementTiming、PerformanceEventTiming、PerformanceLongTaskTiming、PerformanceLongAnimationFrameTiming、PerformanceMark、PerformanceMeasure、PerformancePaintTiming、PerformanceResourceTiming、PerformanceNavigationTiming、PerformanceScriptTiming、PerformanceServerTiming、TaskAttributionTiming、VisibilityStateEntry |
Web Workers API | 后台线程(专用 worker、共享 worker) | - | Worker | Worker、WorkerGlobalScope、WorkerLocation、WorkerNavigator、DedicatedWorkerGlobalScope、SharedWorker、SharedWorkerGlobalScope |
Service Worker API | 离线体验 | Window、WorkerGlobalScope、Navigator、WorkerNavigator | Web、Worker | Cache、CacheStorage、Client、Clients、ExtendableEvent、ExtendableMessageEvent、FetchEvent、NavigationPreloadManager、NotificationEvent、ServiceWorker、ServiceWorkerContainer、ServiceWorkerGlobalScope、MessageEvent、ServiceWorkerRegistration 、WindowClient、navigator.serviceWorker |
安全
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Credential Management API | 凭证管理 | - | Web | Credential、CredentialsContainer、FederatedCredential、PasswordCredential、PublicKeyCredential、PasswordCredentialInit、navigator.credentials |
Federated Credential Management (FedCM) API 🧪 | 联合凭据管理(FedCM) | <iframe> | Web | IdentityCredential、IdentityProvider、NavigatorLogin;Navigator |
Web Authentication API | Web 身份验证 | - | - | AuthenticatorAssertionResponse、AuthenticatorAttestationResponse、AuthenticatorResponse、PublicKeyCredential、navigator.managed 、navigator.login 、navigator.userActivation |
WebOTP API | 一次性口令(one-time password) | - | Web | OTPCredential |
Encoding API | 字符编码文本 | - | Web、Worker | TextDecoder、TextEncoder、TextDecoderStream、TextEncoderStream |
Web Crypto API | Web 加密 | Window、WorkerGlobalScope | Web、Worker | Crypto、CryptoKey、CryptoKeyPair、SubtleCrypto... |
Trusted Types API | 受信任的类型,防止客户端 XSS 攻击 | Window、WorkerGlobalScope | Web、Worker | TrustedHTML、TrustedScript、TrustedScriptURL、TrustedTypePolicy、TrustedTypePolicyFactory |
场景-图形
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Canvas API | 画布 | <canvas> 、Window、WorkerGlobalScope | Web、Worker | CanvasGradient、CanvasPattern、CanvasRenderingContext2D、OffscreenCanvas、OffscreenCanvasRenderingContext2D、ImageBitmap、ImageBitmapRenderingContext、ImageData、Path2D、TextMetrics、HTMLCanvasElement |
场景-音视频
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Web Audio API | Web 音频 | <audio> 、<video> | Web | AudioBuffer、AudioContext、AudioListener、AudioParam、AudioSinkInfo、AudioWorklet、AudioWorkletGlobalScope、AudioWorkletProcessor、BaseAudioContext、OfflineAudioCompletionEvent、OfflineAudioContext、PeriodicWave |
Audio Output Devices API 🧪 | 音频输出设备 | HTMLMediaElement | Web | navigator.mediaDevices |
Web Speech API | 语音合成(文本到语音 TTS)和语音识别(异步语音识别) | - | Web | SpeechRecognition、SpeechRecognitionAlternative、SpeechRecognitionError、SpeechRecognitionEvent、SpeechGrammar、SpeechGrammarList、SpeechRecognitionResult、SpeechRecognitionResultList、SpeechSynthesis、SpeechSynthesisErrorEvent、SpeechSynthesisEvent、SpeechSynthesisUtterance、SpeechSynthesisVoice |
Media Capabilities API | 媒体功能 | Navigator、WorkerNavigator | Web、Worker | MediaCapabilities、navigator.mediaCapabilities |
MediaStream Recording API | 媒体录制 | MediaStream、HTMLMediaElement | - | MediaRecorder、BlobEvent |
Remote Playback API | 远程回放 | HTMLMediaElement | Web | RemotePlayback |
Picture-in-Picture API | 画中画 | <video> | Web | PictureInPictureWindow、PictureInPictureEvent |
Document Picture-in-Picture API 🧪 | 文档画中画 | Window | Web | DocumentPictureInPicture、DocumentPictureInPictureEvent |
Media Capture and Streams API (Media Stream) | 媒体捕捉与媒体流 | HTMLCanvasElement、HTMLMediaElement | Web | CanvasCaptureMediaStreamTrack、InputDeviceInfo、MediaDeviceInfo、MediaDevices、MediaStream、MediaStreamTrack、MediaStreamTrackEvent、MediaTrackConstraints、MediaTrackSettings、MediaTrackSupportedConstraints、OverconstrainedError |
MediaStream Image Capture API 🧪 | 媒体流图片捕获 | - | Web | ImageCapture |
Insertable Streams for MediaStreamTrack API | MediaStreamTrack 的可插入流 | - | Web | MediaStreamTrackGenerator、MediaStreamTrackProcessor |
Encrypted Media Extensions API | 加密媒体扩 展 | HTMLMediaElement | Web | MediaEncryptedEvent、MediaKeyMessageEvent、MediaKeys、MediaKeySession、MediaKeyStatusMap、MediaKeySystemAccess |
Media Session API | 媒体会话 | - | Web | ChapterInformation、MediaMetadata、MediaSession;navigator.mediaSession |
Media Source API 🧪 | 媒体源 | HTMLMediaElement、HTMLVideoElement | Worker | MediaSource、SourceBuffer、SourceBufferList、VideoPlaybackQuality、MediaSourceHandle |
WebVTT API | Web 视频文本轨格式 | <track> | - | VTTCue、VTTRegion、TextTrack、TextTrackList、TextTrackCue、TextTrackCueList、TrackEvent |
WebCodecs API | 视频或音频编辑、视频会议 | - | Web、Worker | AudioDecoder、AudioEncoder、EncodedAudioChunk、AudioData、VideoDecoder、VideoEncoder、EncodedVideoChunk、VideoFrame、VideoColorSpace、ImageDecoder、ImageTrackList、ImageTrack |
场景-元宇宙
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
WebGL: 2D and 3D graphics for the web | Web 图形库 | HTMLCanvasElement | Web、Worker | WebGLRenderingContext、WebGLBuffer、WebGLFramebuffer、WebGLRenderbuffer... |
Geometry interfaces | 几何界面 | - | Web | DOMMatrix、DOMMatrixReadOnly、DOMPoint、DOMPointReadOnly、DOMQuad、DOMRect、DOMRectReadOnly |
WebXR Device API 🧪 | 虚拟现实设备 | - | Web | navigator.xr |
平台
位置
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Geolocation API | 地理位置 | - | Web | Geolocation、GeolocationPosition、GeolocationCoordinates、GeolocationPositionError、navigator.geolocation |
支付
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Payment Request API | 支付请求 | - | - | PaymentAddress、PaymentRequest、PaymentRequestEvent、PaymentRequestUpdateEvent、PaymentMethodChangeEvent、PaymentResponse、MerchantValidationEvent |
Payment Handler API 🧪 | 支付处理 | - | Web、Worker | PaymentManager、CanMakePaymentEvent、PaymentRequestEvent |
网络
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
WebSocket API | - | - | Web、Worker | WebSocket、WebSocketStream、CloseEvent、MessageEvent |
WebTransport API | - | - | - | WebTransport、WebTransportBidirectionalStream、WebTransportDatagramDuplexStream、WebTransportError、WebTransportReceiveStream、WebTransportSendStream |
WebRTC API | - | - | - | RTCPeerConnection、RTCDataChannel、RTCDataChannelEvent、RTCSessionDescription、RTCStatsReport、RTCIceCandidate、RTCIceTransport、RTCPeerConnectionIceEvent、RTCRtpSender、RTCRtpReceiver、RTCTrackEvent、RTCSctpTransport |
Server-sent events | - | - | Web、Worker | EventSource |
本地存储
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Storage API | 存储 | - | - | StorageManager、navigator.storage 、navigator.storageBuckets 、navigator.webkitPersistentStorage 、navigator.webkitTemporaryStorage |
Storage Access API | 存储访问 | - | - | StorageAccessHandle |
Web Storage API | Web 存储 | - | - | Storage、StorageEvent |
Shared Storage API 🧪 | 共享存储 | - | - | SharedStorage、WindowSharedStorage、WorkletSharedStorage、SharedStorageWorklet、SharedStorageWorkletGlobalScope |
Cookie Store API | Cookie 商店 | - | - | CookieStore Experimental、CookieStoreManager、CookieChangeEvent、ExtendableCookieChangeEvent、navigator.cookieEnabled |
IndexedDB API | - | - | Web、Worker | IDBFactory、IDBOpenDBRequest、IDBDatabase |
Content Index API 🧪 | 内容索引 | - | - | ContentIndex、ContentIndexEvent |
系统-基础
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Permissions API | 权限 | - | - | Permissions、PermissionStatus、navigator.permissions |
Launch Handler API 🧪 | 启动处理 | - | - | LaunchParams、LaunchQueue |
Push API | 推送 | - | - | PushEvent、PushManager、PushMessageData、PushSubscription、PushSubscriptionOptions |
File System API | 文件系统 | - | - | FileSystemHandle、FileSystemFileHandle、FileSystemDirectoryHandle、FileSystemSyncAccessHandle、FileSystemWritableFileStream |
File and Directory Entries API | 文件和目录条目 | - | - | FileSystem、FileSystemEntry、FileSystemFileEntry、FileSystemDirectoryEntry、FileSystemDirectoryReader |
File API | 文件 | - | - | Blob、File、FileList、FileReader、FileReaderSync |
Background Tasks API | 后台任务 的协同调度 | - | - | IdleDeadline、requestIdleCallback() 、cancelIdleCallback() |
Prioritized Task Scheduling API | 优先任务调度 | - | - | Scheduler、TaskController、TaskSignal、TaskPriorityChangeEvent、navigator.scheduling |
Web Serial API 🧪 | Web 序列号 | - | - | Serial、SerialPort、navigator.serial |
系统-界面
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Window Management API 🧪 | 窗口管理 | - | - | ScreenDetails、ScreenDetailed |
Badging API | 应用图标标记 | - | - | Navigator.setAppBadge() 、Navigator.clearAppBadge() |
Notifications API | 通知 | - | Web、Worker | Notification、NotificationEvent |
Popover API | 气泡 | - | - | ToggleEvent |
EyeDropper API 🧪 | 吸管/拾色器 | - | - | EyeDropper |
Contact Picker API 🧪 | 联系人选择器 | - | - | ContactAddress、ContactsManager、navigator.contacts |
设备-物理设备
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
Fullscreen API | 🖥 全屏 | - | - | - |
Screen Orientation API | 屏幕方向 | - | - | ScreenOrientation |
Screen Capture API | 屏幕捕获 | - | - | BrowserCaptureMediaStreamTrack、CaptureController、CropTarget、RestrictionTarget |
Screen Wake Lock API | 屏幕唤醒锁 | - | - | WakeLock、WakeLockSentinel、navigator.wakeLock |
Web Locks API | Web 锁 | - | - | Lock、LockManager、navigator.locks |
Pointer Lock API | 🖱️ 鼠标锁 | - | - | - |
Pointer events | 鼠标事件 | - | - | PointerEvent、navigator.maxTouchPoints |
Gamepad API | 🎮 游戏手柄 | - | - | Gamepad、GamepadButton、GamepadEvent、GamepadHapticActuator、GamepadPose、Navigator.getGamepads() |
Keyboard API 🧪 | ⌨️ 键盘 | - | - | Keyboard、KeyboardLayoutMap、navigator.keyboard |
VirtualKeyboard API 🧪 | ⌨️ 虚拟键盘 | - | - | VirtualKeyboard、navigator.virtualKeyboard |
Ink API 🧪 | 🖌️ 墨水笔 | - | - | Ink、DelegatedInkTrailPresenter、navigator.ink |
Barcode Detection API 🧪 | 扫码/条形码检测 | - | Web、Worker | BarcodeDetector |
InputDeviceCapabilities API 🧪 | 输入设备 | - | - | InputDeviceCapabilities |
Clipboard API | 📋 粘贴板 | - | - | Clipboard、ClipboardEvent、ClipboardItem、navigator.clipboard |
Battery Status API | 🔋 电池 | - | - | BatteryManager、Navigator.getBattery() |
Device Memory API | 内存 | - | - | navigator.deviceMemory |
Compute Pressure API 🧪 | CPU | - | - | PressureObserver、PressureRecord |
WebGPU API 🧪 | GPU | - | - | GPU、GPUAdapter、GPUAdapterInfo、GPUDevice、navigator.gpu |
Network Information API | 网络/Wi-Fi | - | Web、Worker | NetworkInformation、navigator.connection 、navigator.onLine |
Web Bluetooth API 🧪 | 蓝牙 | - | - | Bluetooth、BluetoothCharacteristicProperties、BluetoothDevice、BluetoothRemoteGATTCharacteristic、BluetoothRemoteGATTDescriptor、BluetoothRemoteGATTServer、BluetoothRemoteGATTService、navigator.bluetooth |
Sensor APIs | 🧭 传感器(罗盘/加速计/陀螺仪) | - | - | AbsoluteOrientationSensor、Accelerometer、AmbientLightSensor、GravitySensor、Gyroscope、LinearAccelerationSensor、Magnetometer、OrientationSensor、RelativeOrientationSensor、Sensor、SensorErrorEvent |
Device orientation events | 设备方向 | - | - | DeviceMotionEvent、DeviceMotionEventAcceleration、DeviceMotionEventRotationRate、DeviceOrientationEvent |
Vibration API | 📳 震动 | - | - | Navigator.vibrate() |
Web NFC API 🧪 | NFC | - | - | NDEFMessage、NDEFReader、NDEFRecord |
设备-主板接口
WebAPI | 中文名称 | 目标对象 | 环境支持 | 接口(Interfaces)/对象类型(types of objects) |
---|---|---|---|---|
WebUSB API 🧪 | USB | - | - | USB、USBConnectionEvent、USBDevice、USBInTransferResult、USBOutTransferResult、USBIsochronousInTransferPacket、USBIsochronousInTransferResult、USBIsochronousOutTransferPacket、USBIsochronousOutTransferResult、USBConfiguration、USBInterface、USBAlternateInterface、USBEndPoint、navigator.usb |
Web MIDI API | MIDI | - | - | MIDIInputMap、MIDIOutputMap、MIDIAccess、MIDIPort、MIDIInput、MIDIOutput、MIDIMessageEvent、MIDIConnectionEvent、navigator.webdriver |
WebHID API 🧪 | 人机界面设备(Web Human Interface Devices) | - | - | HID、HIDDevice、HIDInputReportEvent、HIDConnectionEvent、navigator.hid |