Collect a front-end compatibility environment
Attach the JSON report to a bug so the browser and display capabilities come along with it.
Guide
Device Info reads User-Agent, system and screen data, the WebGL renderer and battery status straight from the current browser environment, and runs an “is it present?” feature check over a set of Web APIs. Window size, online status and battery changes trigger a refresh; the capability matrix only inspects interfaces and never asks for the camera, the microphone or any other permission.
Updated 2026-09-102 min read
| Input | Output | Notes |
|---|---|---|
| The current browser | UA, platform, languages and more | Information visible at runtime |
| Resizing the window | Updated viewport data | Refreshed by the resize event |
| No Battery API support | “This browser does not expose battery information” | The charge level is never guessed |
navigator.onLine, but it never contacts an external server to verify real internet connectivity.Attach the JSON report to a bug so the browser and display capabilities come along with it.
See at a glance whether the current environment has clipboard, media or storage interfaces, then debug against the ones that do.
No. Everything comes from browser APIs reachable by the current page.
No. The capability matrix asks for no permission; it only checks whether the relevant API exists.
The page never uploads the device report to a server; “Copy JSON” only writes to your clipboard. Which fields the browser exposes is decided by its own privacy policy.
Updated 2026-09-10
Browser, screen, WebGL and battery details plus a 30+ item feature-detection matrix, copied as a JSON report
Full UA string (for structured parsing, use the "User-Agent parser" tool)
Unavailable
The viewport numbers update live as you resize the window
Read through WEBGL_debug_renderer_info; some browsers blur it for privacy
A WebGL context cannot be created in this environment
The Battery API is only available in Chrome-based browsers
This browser does not expose battery information
Feature-detected 0 Web APIs, 0 of them supported (detection only — no permissions are requested)