Microsoft Edge · Example Payload

Devtools Api Target Example

BrowserChromiumDeveloper ToolsEdgeExtensionsMicrosoftProgressive Web AppsWeb DevelopmentWebView

Devtools Api Target Example is an example object payload from Microsoft Edge, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptiondevtoolsFrontendUrlfaviconUrlidtitletypeurlwebSocketDebuggerUrl

Example Payload

Raw ↑
{
  "description": "",
  "devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:9222/devtools/page/ABC123",
  "faviconUrl": "https://www.example.com/favicon.ico",
  "id": "ABC123",
  "title": "Example Page - Microsoft Edge",
  "type": "page",
  "url": "https://www.example.com",
  "webSocketDebuggerUrl": "ws://localhost:9222/devtools/page/ABC123"
}