{
  "schema_version": 1,
  "reviewed": "2026-09-16",
  "source_snapshot": "2026-09-12",
  "basis": "Attar team assessments of implementation and checks; not a packaged release certification.",
  "features": [
    {
      "id": "host/remote",
      "label": "@electron/remote compatibility",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "a",
      "note": "Admitted facade slice; full parity unverified",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/abort-signal",
      "label": "AbortController and AbortSignal",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "Blink owns abort state, its event and listener cancellation; JavaScript keeps the reason and callback identity. Native bridge tests cover duplicate, once and nested aborts.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/a11y",
      "label": "Accessibility",
      "component": "Attar",
      "category": "UI",
      "status": "y",
      "note": "The native accessibility tree is measured: 65 nodes with roles, names and states, buttons actionable through the Accessibility API. Not a WCAG conformance claim.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/core/accessibility",
      "label": "Accessibility",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "The native accessibility tree is measured (65 nodes in the human pass). No accessibility JS API is exposed.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/modules/accessibility",
      "label": "Accessibility",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "The native accessibility tree is measured (65 nodes in the human pass). No accessibility JS API is exposed.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/modules/ad_auction",
      "label": "ad auction",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/dom-listeners",
      "label": "addEventListener on DOM nodes",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "addEventListener, removeEventListener and dispatchEvent go to Blink's own listener list, including capture, once, passive and AbortSignal cancellation. Regression cases cover removal during delivery and stopImmediatePropagation.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/aot",
      "label": "Ahead-of-time JavaScript compilation",
      "component": "Attar AOT",
      "category": "JavaScript",
      "status": "y",
      "note": "The pinned Static Hermes toolchain compiles the whole application graph ahead of time; the certified app runs from it, and the full Test262 run (102,619 variants, 2026-09-14) measures the engine.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/modules/animationworklet",
      "label": "Animation Worklet",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/app",
      "label": "app",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Readiness/lifecycle slice; some app operations refused",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/app_banner",
      "label": "app banner",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/assert",
      "label": "assert",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/assert.js"
    },
    {
      "id": "node/assert/strict",
      "label": "assert/strict",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/assert/strict.js"
    },
    {
      "id": "host/ipc",
      "label": "Async IPC admission / replies",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "y",
      "note": "Production-extracted fixture passed",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/async_hooks",
      "label": "async_hooks",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Timer-local context slice; public hooks incomplete",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/async_hooks.js"
    },
    {
      "id": "node-runtime/async_context",
      "label": "Asynchronous context tracking",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Scoped host/engine adapters; complete Node parity pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/async_context.md"
    },
    {
      "id": "attar/audio-video",
      "label": "Audio and video elements",
      "component": "Attar",
      "category": "UI",
      "status": "n",
      "note": "audio and video elements are outside the current profile (CP1008); a future profile may add controls and open codecs.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/modules/audio_output_devices",
      "label": "audio output devices",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. UI and capability semantics need per-API boundary assessment",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/autoUpdater",
      "label": "autoUpdater",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Squirrel path; open-window install handshake missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/awc",
      "label": "awc",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/background_fetch",
      "label": "background fetch",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/background_sync",
      "label": "background sync",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/badging",
      "label": "badging",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/BaseWindow",
      "label": "BaseWindow",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Existing native window; full window API pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/battery",
      "label": "battery",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/beacon",
      "label": "beacon",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/fileapi",
      "label": "Blob / File / FileReader",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "Binding/source slice exists; native/product coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/bluetooth",
      "label": "bluetooth",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/breakout_box",
      "label": "breakout box",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/broadcastchannel",
      "label": "BroadcastChannel",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/ai",
      "label": "Browser AI",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/BrowserView",
      "label": "BrowserView",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "Wrapper reaches unavailable WebContentsView",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/BrowserWindow",
      "label": "BrowserWindow",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "One Views owner; additional windows refused",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/browsing_topics",
      "label": "browsing topics",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/buffer",
      "label": "buffer",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/buffer.js"
    },
    {
      "id": "attar/assets",
      "label": "Bundled assets",
      "component": "Attar",
      "category": "Build & tools",
      "status": "y",
      "note": "Build-time assets (fonts, images, data files) ship inside the application graph, as in the certified app; format support follows the native provider that reads them.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "node-runtime/n-api",
      "label": "C/C++ addons with Node-API",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Arbitrary native addon loading/ABI not admitted",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/n-api.md"
    },
    {
      "id": "node-runtime/addons",
      "label": "C++ addons",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Arbitrary native addon loading/ABI not admitted",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/addons.md"
    },
    {
      "id": "node-runtime/embedding",
      "label": "C++ embedder API",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Node embedding API; Attar/AOT supply different embedding",
      "reviewed": "2026-09-12",
      "internal": true,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/embedding.md"
    },
    {
      "id": "blink/modules/cache_storage",
      "label": "Cache Storage",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/canvas",
      "label": "Canvas",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "Canvas source exists upstream, but the inspected UI host does not expose a getContext binding.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "attar/canvas-api",
      "label": "Canvas 2D JavaScript bindings",
      "component": "Attar",
      "category": "UI",
      "status": "n",
      "note": "No getContext bridge is exposed by the inspected UI wrapper. Chromium source availability alone does not expose this API.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "node/child_process",
      "label": "child_process",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "OS process adapter; full Node I/O parity pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/child_process.js"
    },
    {
      "id": "exclusions/browser-product",
      "label": "Chrome UI / browser process / content",
      "component": "Attar",
      "category": "Design",
      "status": "x",
      "note": "Excluded from the native product; remote content uses the System WebView boundary",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/class-list",
      "label": "classList and DOMTokenList",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "Blink parses, validates and mutates the token list: add, remove, toggle, replace, live iteration and the DOM exceptions. Native bridge tests cover the contract.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/core/clipboard",
      "label": "clipboard",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Mixed UI/context family; assign APIs by ADR 0012 semantics",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/clipboard",
      "label": "clipboard",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/clipboard",
      "label": "clipboard",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Host protocol; formats/platform parity pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/cluster",
      "label": "cluster",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. Source imported; cluster runtime unverified",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/cluster.js"
    },
    {
      "id": "node-runtime/cli",
      "label": "Command-line options",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. Separate runtime/API contract; complete coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/cli.md"
    },
    {
      "id": "host/shared",
      "label": "Component dependency isolation",
      "component": "Attar",
      "category": "Build & tools",
      "status": "y",
      "note": "Dependency/embedding checks passed; synthetic boundary",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/compression",
      "label": "compression",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "Binding/source slice exists; native/product coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/compute_pressure",
      "label": "compute pressure",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/console",
      "label": "console",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/console.js"
    },
    {
      "id": "node/constants",
      "label": "constants",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/constants.js"
    },
    {
      "id": "blink/modules/contacts_picker",
      "label": "contacts picker",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/content_extraction",
      "label": "content extraction",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/content_index",
      "label": "content index",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/contentTracing",
      "label": "contentTracing",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/contextBridge",
      "label": "contextBridge",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/cookie_store",
      "label": "Cookie Store",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/crashReporter",
      "label": "crashReporter",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/credentialmanagement",
      "label": "Credential Management / WebAuthn",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/crypto",
      "label": "crypto",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Primitive providers; pinned callers/native parity pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/crypto.js"
    },
    {
      "id": "blink/core/css",
      "label": "CSS",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "Static stylesheets, the cascade, custom properties and pseudo-classes are in the profile and measured. The CSSOM (getComputedStyle, CSSStyleDeclaration) is not exposed.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/animations",
      "label": "CSS Animation",
      "component": "Attar",
      "category": "UI",
      "status": "a",
      "note": "Blink's animation engine ships and passes 197 of 199 official CSS animation tests on Attar's own engine build; the certified app carries one keyframe spinner. Animation progress inside a packaged app is unmeasured, and the current profile still lists CSS animations outside its scope.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/core/animation",
      "label": "CSS Animation",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/flexbox",
      "label": "CSS Flexible Box Layout Module",
      "component": "Attar",
      "category": "UI",
      "status": "y",
      "note": "display: flex and inline-flex, gap, justify-content and align-items are in the profile and lay out the certified app through Blink (16 screens at pixel parity).",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/grid",
      "label": "CSS Grid Layout",
      "component": "Attar",
      "category": "UI",
      "status": "a",
      "note": "display: grid and the grid-template properties are in the profile, and Blink lays them out: 2,230 of 2,249 official CSS Grid tests pass on Attar's own engine build. That run measures the engine, not a packaged Attar application.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/css-import",
      "label": "CSS imports in standalone UI bundles",
      "component": "Attar",
      "category": "Build & tools",
      "status": "n",
      "note": "The standalone bundler rejects CSS imports; use explicit --stylesheet inputs in cascade order.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "blink/core/layout",
      "label": "CSS layout",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "Blink LayoutNG lays out the certified app (block, inline, flex, sticky, percentages, viewport sizing). Layout-observing JS APIs are not exposed.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/modules/csspaint",
      "label": "CSS Painting API",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/transitions",
      "label": "CSS Transitions",
      "component": "Attar",
      "category": "UI",
      "status": "a",
      "note": "transition-duration is in the profile, Blink's transition engine ships and the native runtime has a passing transitions case in the pinned SDK. The certified Electron app deliberately ports no transition, so none is measured there.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/dataset",
      "label": "dataset and data attributes",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "Blink owns the data attribute map and its key conversion; the wrapper only projects it. Native bridge tests cover enumeration and key names.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "node-runtime/debugger",
      "label": "Debugger",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "x",
      "note": "Node/V8 debugger backend excluded; does not exclude external build tooling",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/delegated_ink",
      "label": "delegated ink",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/desktopCapturer",
      "label": "desktopCapturer",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/device_orientation",
      "label": "device orientation",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/device_posture",
      "label": "device posture",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "host/devtools",
      "label": "DevTools / debugging",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "n",
      "note": "Not offered as supported in the current profile. No complete Electron-equivalent tooling result catalogued",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/dgram",
      "label": "dgram",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. Source imported; complete UDP provider unverified",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/dgram.js"
    },
    {
      "id": "node/diagnostics_channel",
      "label": "diagnostics_channel",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/diagnostics_channel.js"
    },
    {
      "id": "electron/dialog",
      "label": "dialog",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Native Electron dialog bindings exist. Full option coverage, cancellation and packaged parity remain pending.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "blink/modules/direct_sockets",
      "label": "direct sockets",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/display_lock",
      "label": "display lock",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/dns",
      "label": "dns",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Resolver bindings; complete native DNS path unverified",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/dns.js"
    },
    {
      "id": "node/dns/promises",
      "label": "dns/promises",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/dns/promises.js"
    },
    {
      "id": "blink/modules/document_picture_in_picture",
      "label": "Document Picture-in-Picture",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/dom",
      "label": "DOM",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "React renders into Blink's real DOM. App code sees an admitted node wrapper (focus, attributes, geometry, scrollIntoView), not the full DOM API: no querySelector, no MutationObserver.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/core/events",
      "label": "DOM events",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "Click, input, change, focus, blur, keyboard, mouse, wheel, scroll and context-menu events reach React handlers through the native bridge, measured in the human pass. The DOM EventTarget API is not exposed to app code.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "node/events",
      "label": "DOM events",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/events.js"
    },
    {
      "id": "blink/core/geometry",
      "label": "DOM geometry",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "getBoundingClientRect is exposed on admitted node wrappers; the DOMRect and DOMMatrix classes are not.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "node/domain",
      "label": "domain",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/domain.js"
    },
    {
      "id": "blink/modules/donottrack",
      "label": "donottrack",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/attributes",
      "label": "Element attributes",
      "component": "Attar",
      "category": "UI",
      "status": "a",
      "note": "Selected attribute reads and writes are exposed. Inline style updates remain rejected.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "blink/modules/encoding",
      "label": "encoding",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "Binding/source slice exists; native/product coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/encryptedmedia",
      "label": "Encrypted Media Extensions",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/embedding",
      "label": "Engine embedding",
      "component": "Attar AOT",
      "category": "JavaScript",
      "status": "a",
      "note": "Runtime allocation and admission are shared; consumers own their runtime instances.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "node-runtime/errors",
      "label": "Errors",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. Separate runtime/API contract; complete coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/errors.md"
    },
    {
      "id": "exclusions/runtime-eval",
      "label": "eval / new Function",
      "component": "Attar AOT",
      "category": "Design",
      "status": "x",
      "note": "Runtime compilation of new JavaScript excluded; ordinary precompiled JS remains supported",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/eventsource",
      "label": "EventSource / SSE",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "Binding/source slice exists; native/product coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/eyedropper",
      "label": "eyedropper",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/fetch",
      "label": "Fetch",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "Binding/source slice exists; native/product coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/file_system_access",
      "label": "File System Access / OPFS",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/filesystem",
      "label": "filesystem",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/font_access",
      "label": "font access",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Local font enumeration; provider/admission not assessed",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/fragment_directive",
      "label": "fragment directive",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/frame",
      "label": "frame",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Mixed UI/context family; assign APIs by ADR 0012 semantics",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/fs",
      "label": "fs",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "I/O/admin providers; native reuse and method gaps",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/fs.js"
    },
    {
      "id": "node/fs/promises",
      "label": "fs/promises",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Async bridge; final native product proof pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/fs/promises.js"
    },
    {
      "id": "blink/core/fullscreen",
      "label": "Fullscreen API",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/fuzzing",
      "label": "fuzzing",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "Chromium internal/testing family; not an application module",
      "reviewed": "2026-09-12",
      "internal": true
    },
    {
      "id": "blink/modules/gamepad",
      "label": "gamepad",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/gc",
      "label": "Garbage collection",
      "component": "Attar AOT",
      "category": "JavaScript",
      "status": "y",
      "note": "The AOT runtime keeps Hermes garbage collection and rooting; idle full GC is measured at the engine boundary.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/core/geolocation",
      "label": "geolocation",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/geometry",
      "label": "getBoundingClientRect()",
      "component": "Attar",
      "category": "UI",
      "status": "a",
      "note": "Native geometry is exposed on admitted node wrappers; this is not the full CSSOM.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "attar/computed-style",
      "label": "getComputedStyle()",
      "component": "Attar",
      "category": "UI",
      "status": "a",
      "note": "getComputedStyle reads Blink's own computed style; nothing is cached on the JavaScript side and computed declarations refuse writes. The native runtime case passes in the pinned SDK. Not certified in a packaged application.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "node-runtime/globals",
      "label": "Globals",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Scoped host/engine adapters; complete Node parity pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/globals.md"
    },
    {
      "id": "electron/globalShortcut",
      "label": "globalShortcut",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/handwriting",
      "label": "handwriting",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/highlight",
      "label": "highlight",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/html",
      "label": "HTML",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "The profile admits 38 HTML elements and 31 attributes (div, span, form, input, select, textarea, progress, img, a and more); the certified app renders them through Blink. Element-specific JS interfaces are not exposed.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/html-build",
      "label": "HTML compilation",
      "component": "Attar",
      "category": "Build & tools",
      "status": "y",
      "note": "Static HTML known at build time compiles into the native document; measured on the certified Etcher build (5 of 5 journeys equivalent to Electron, 2026-09-04). Markup from runtime strings is excluded by design.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/focus",
      "label": "HTMLElement.focus()",
      "component": "Attar",
      "category": "UI",
      "status": "y",
      "note": "Element focus, Tab order and focus events are in the profile and were measured in the human pass: Tab keeps focus inside the web area and the focused button state renders.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "node/http",
      "label": "http",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Pinned source; parser/transport provider closure pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/http.js"
    },
    {
      "id": "node/http2",
      "label": "http2",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Pinned source; native transport closure pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/http2.js"
    },
    {
      "id": "node/https",
      "label": "https",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Pinned Node TLS/HTTP; providers incomplete",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/https.js"
    },
    {
      "id": "blink/modules/idle",
      "label": "idle",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/imagebitmap",
      "label": "ImageBitmap",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Mixed UI/context family; assign APIs by ADR 0012 semantics",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/imagecapture",
      "label": "imagecapture",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/images",
      "label": "Images and UI resource URLs",
      "component": "Attar",
      "category": "UI",
      "status": "y",
      "note": "Bundled images and data URLs are in the profile. SVG as image is measured: 39 of 39 corpus items match stock Chromium, plus the logo journeys. Other formats decode through Blink and are not measured separately.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "electron/ImageView",
      "label": "ImageView",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/dom-create",
      "label": "Imperative DOM creation",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "document.createElement, createTextNode and createDocumentFragment build real Blink nodes outside React, and getElementsByTagName returns a live collection. The element names follow the SDK's admitted set.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "electron/inAppPurchase",
      "label": "inAppPurchase",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/indexeddb",
      "label": "IndexedDB",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "Chromium storage backend and generated Hermes binding tables exist. Stored-data compatibility and packaged conformance are not certified.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "blink/core/input",
      "label": "Input events",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "Keyboard, pointer, wheel and IME input flow through Blink's input pipeline, measured in the human pass. InputEvent objects are not exposed beyond React's events.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/core/inspector",
      "label": "inspector",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "Chromium internal/testing family; not an application module",
      "reviewed": "2026-09-12",
      "internal": true
    },
    {
      "id": "node/inspector",
      "label": "inspector",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "x",
      "note": "V8 inspector backend excluded from the shipped AOT runtime",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/inspector/promises",
      "label": "inspector/promises",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "x",
      "note": "V8 inspector backend excluded from the shipped AOT runtime",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/installedapp",
      "label": "installedapp",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node-runtime/intl",
      "label": "Internationalization",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Scoped host/engine adapters; complete Node parity pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/intl.md"
    },
    {
      "id": "attar/intl",
      "label": "Internationalization API",
      "component": "Attar AOT",
      "category": "JavaScript",
      "status": "a",
      "note": "Intl is partial: Collator 91 % of Test262 files, NumberFormat 49 %, DateTimeFormat 42 %, PluralRules and Segmenter below 6 %, Locale 0 %. The compile-time message catalogue and runtime locale are in the profile.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/core/intersection_observer",
      "label": "IntersectionObserver",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "IntersectionObserver is bound to Blink's own observer. The native runtime case passes in the pinned SDK; the newest delivery fix is not sealed yet.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "electron/ipcMain",
      "label": "ipcMain",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Async handlers; product IPC/serialization proof pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/IpcMainServiceWorker",
      "label": "IpcMainServiceWorker",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "Declaration only; no runtime export at this pin",
      "reviewed": "2026-09-12",
      "internal": true
    },
    {
      "id": "electron/ipcRenderer",
      "label": "ipcRenderer",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Async slice; synchronous IPC refused",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/classes",
      "label": "JavaScript classes",
      "component": "Attar AOT",
      "category": "JavaScript",
      "status": "y",
      "note": "Classes, inheritance, private fields and methods: 98.7 % of Test262 class files pass. The remaining failures are private-accessor edge cases and decorators, a proposal outside ECMAScript.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/functions",
      "label": "JavaScript functions and closures",
      "component": "Attar AOT",
      "category": "JavaScript",
      "status": "y",
      "note": "Functions, closures, arrow functions, destructuring and generators: 99 % of the Test262 files in these suites pass. The language suite as a whole is 95 % clean once accepted boundaries (eval, with, dynamic import) and unverifiable negative tests are set aside.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/modules",
      "label": "JavaScript modules",
      "component": "Attar AOT",
      "category": "JavaScript",
      "status": "y",
      "note": "Static imports resolve at build time into the locked graph, as in the certified app. Top-level await and the Test262 module-code suite go through a separate pipeline boundary and are not measured.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/modules/keyboard",
      "label": "keyboard",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. UI and capability semantics need per-API boundary assessment",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "host/keytar",
      "label": "keytar / OS keychain",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "a",
      "note": "Native provider/owner; current product proof pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/launch",
      "label": "launch",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/linux",
      "label": "Linux packages",
      "component": "Attar",
      "category": "Build & tools",
      "status": "a",
      "note": "The Linux developer packages are published for x86_64: apt-get install on Ubuntu and Debian, install.sh on Arch. Install, build, edit, rebuild and four window checks pass their scoped criteria. No Linux product artifact has a verified acceptance run.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "host/html",
      "label": "Local HTML child document",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "a",
      "note": "Bounded profile; parsed scripts do not execute",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/locked-graph",
      "label": "Locked application graph",
      "component": "Attar",
      "category": "Build & tools",
      "status": "y",
      "note": "Every import and resource resolves at build time into a finite graph; an unknown module or symbol is a build error. This is how the certified app is built.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/modules/locked_mode",
      "label": "locked mode",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/package",
      "label": "macOS app packaging",
      "component": "Attar",
      "category": "Build & tools",
      "status": "y",
      "note": "The composed Electron app packages as a macOS .app and .dmg, ad-hoc signed; the standalone builder now produces a signed .app of its own. Notarized release evidence is separate.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/signing",
      "label": "macOS signing and notarization",
      "component": "Attar",
      "category": "Build & tools",
      "status": "a",
      "note": "Ad-hoc signing is measured on the certified artifact. Developer ID signing and notarization gates exist, but no notarized release is recorded.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "host/scheduling",
      "label": "Main worker scheduling",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "a",
      "note": "Owner loop present; packaged responsiveness unverified",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/managed_device",
      "label": "managed device",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/manifest",
      "label": "manifest",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/match-media",
      "label": "matchMedia and media queries",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "matchMedia returns a live MediaQueryList with matches, addEventListener and the legacy addListener. Measured by the native media-query case in the pinned SDK.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/mathml",
      "label": "MathML",
      "component": "Attar",
      "category": "UI",
      "status": "n",
      "note": "MathML is not in the current profile and no Attar run renders it.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/core/mathml",
      "label": "MathML",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/media_capabilities",
      "label": "media capabilities",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Decode/encode capability queries; provider coverage not confirmed",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/mediastream",
      "label": "Media Capture and Streams",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/mediasource",
      "label": "Media Source Extensions",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/mediacapturefromelement",
      "label": "mediacapturefromelement",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. UI and capability semantics need per-API boundary assessment",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/mediarecorder",
      "label": "MediaRecorder",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/mediasession",
      "label": "mediasession",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/Menu",
      "label": "Menu",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Earlier macOS live result; parity gaps remain",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/MenuItem",
      "label": "MenuItem",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Template/role logic; platform parity pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/MessageChannelMain",
      "label": "MessageChannelMain",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/messaging",
      "label": "messaging",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "Binding/source slice exists; native/product coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/script_tools",
      "label": "Model context / WebMCP",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Model context / WebMCP API; no Attar provider assessment",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/module",
      "label": "module",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Closed graph; arbitrary runtime module loading unavailable",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/module.js"
    },
    {
      "id": "node-runtime/modules",
      "label": "Modules: CommonJS modules",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Closed build graph only; runtime loading is restricted",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/modules.md"
    },
    {
      "id": "node-runtime/esm",
      "label": "Modules: ECMAScript modules",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Closed build graph only; runtime loading is restricted",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/esm.md"
    },
    {
      "id": "node-runtime/packages",
      "label": "Modules: Packages",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Closed build graph only; runtime loading is restricted",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/packages.md"
    },
    {
      "id": "node-runtime/typescript",
      "label": "Modules: TypeScript",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Closed build graph only; runtime loading is restricted",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/typescript.md"
    },
    {
      "id": "blink/core/mojo",
      "label": "mojo",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "Chromium internal/testing family; not an application module",
      "reviewed": "2026-09-12",
      "internal": true
    },
    {
      "id": "blink/modules/mojo",
      "label": "mojo",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "Chromium internal/testing family; not an application module",
      "reviewed": "2026-09-12",
      "internal": true
    },
    {
      "id": "host/multiwindow",
      "label": "Multiple native windows",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "n",
      "note": "Additional native BrowserWindow creation refused",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/mutation-observer",
      "label": "MutationObserver",
      "component": "Attar",
      "category": "UI",
      "status": "a",
      "note": "MutationObserver delivers Blink's own mutation records. The native runtime case passes; an observer option-conversion correction is still open, and a packaged shadcn run still reports it missing on an older seal.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "host/addons",
      "label": "Native addon admission",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "n",
      "note": "Each addon needs its own ABI/loading/lifetime contract",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/native-api",
      "label": "Native C / Rust UI API",
      "component": "Attar",
      "category": "Build & tools",
      "status": "a",
      "note": "Core has an engine-free interface. Current standalone distribution still needs validation.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "host/seal",
      "label": "Native layer seal / distribution",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "n",
      "note": "Contract staged; archive unpublished",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/menus",
      "label": "Native menus and dialogs",
      "component": "Attar",
      "category": "UI",
      "status": "a",
      "note": "Native dialogs are measured: modal open and cancel, the file panel. The application menu is empty and Cmd+Q does not quit (issue 67).",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/sdk",
      "label": "Native SDK distribution",
      "component": "Attar",
      "category": "Build & tools",
      "status": "a",
      "note": "Sealed SDK tooling exists; a clean-machine standalone distribution is not proven.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "attar/window",
      "label": "Native windows",
      "component": "Attar",
      "category": "UI",
      "status": "a",
      "note": "One native window per app is measured, for the certified Electron app (fixed size, 800 by 480) and for the standalone examples. Additional windows and resizing are refused.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "electron/nativeImage",
      "label": "nativeImage",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/nativeTheme",
      "label": "nativeTheme",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Electron native appearance implementation and UI-thread routing exist; full event parity and packaged validation remain pending.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "blink/core/navigation_api",
      "label": "navigation api",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/navigatorcontentutils",
      "label": "navigatorcontentutils",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/net",
      "label": "net",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Chromium carve tested; final product integration pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/net",
      "label": "net",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "TCP providers; complete socket semantics unverified",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/net.js"
    },
    {
      "id": "blink/modules/netinfo",
      "label": "netinfo",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/netLog",
      "label": "netLog",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Facade source; native logging path unverified",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/Notification",
      "label": "Notification",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/notifications",
      "label": "notifications",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/offscreencanvas",
      "label": "OffscreenCanvas",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Execution/transfer surface not admitted in current profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/standalone-package",
      "label": "One-command standalone app packaging",
      "component": "Attar",
      "category": "Build & tools",
      "status": "a",
      "note": "attar build now composes a standalone signed macOS arm64 app with no Electron and no Node. The Notes and Panels examples build, sign and start. Clean-machine execution and an acceptance run are not verified.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "node/os",
      "label": "os",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/os.js"
    },
    {
      "id": "host/processes",
      "label": "OS process isolation",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "x",
      "note": "Main/renderer OS isolation excluded by the one-process design; child_process is separate",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/overscroll",
      "label": "overscroll",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "host/product",
      "label": "Packaged acceptance / platforms",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "n",
      "note": "Current package unverified; old snapshot is not current",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/page",
      "label": "page",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Mixed UI/context family; assign APIs by ADR 0012 semantics",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/path",
      "label": "path",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/path.js"
    },
    {
      "id": "node/path/posix",
      "label": "path/posix",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/path/posix.js"
    },
    {
      "id": "node/path/win32",
      "label": "path/win32",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/path/win32.js"
    },
    {
      "id": "blink/modules/payments",
      "label": "payments",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/perf_hooks",
      "label": "perf_hooks",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Clock slice; messaging/Undici bootstrap gap",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/perf_hooks.js"
    },
    {
      "id": "blink/core/timing",
      "label": "Performance APIs",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "Binding/source slice exists; native/product coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/permissions",
      "label": "permissions",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node-runtime/permissions",
      "label": "Permissions",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. Separate runtime/API contract; complete coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/permissions.md"
    },
    {
      "id": "blink/core/permissions_policy",
      "label": "permissions policy",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/picture_in_picture",
      "label": "Picture-in-Picture",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/plugins",
      "label": "plugins",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/pointer-capture",
      "label": "Pointer capture",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "setPointerCapture, releasePointerCapture and hasPointerCapture are bound to the native adapter. Packaged pointer checks still have open failures in component scenarios.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "electron/powerMonitor",
      "label": "powerMonitor",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "OS state/events provider; full parity pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/powerSaveBlocker",
      "label": "powerSaveBlocker",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Sleep inhibitor slice; full type/platform coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/preferences",
      "label": "preferences",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. UI and capability semantics need per-API boundary assessment",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "host/preload",
      "label": "Preload lifecycle / isolation",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "n",
      "note": "Isolated worlds and preload guarantees not established",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/presentation",
      "label": "presentation",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/printing",
      "label": "printing",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/process",
      "label": "process",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Metadata/metrics methods; full Node process API pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/process.js"
    },
    {
      "id": "attar/promise",
      "label": "Promises and async / await",
      "component": "Attar AOT",
      "category": "JavaScript",
      "status": "y",
      "note": "Promises and async/await: 98 % of Promise files and 94 % of async-function files pass Test262; job scheduling belongs to the embedding host. Promise.allKeyed is a proposal outside the boundary.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "electron/protocol",
      "label": "protocol",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/punycode",
      "label": "punycode",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/punycode.js"
    },
    {
      "id": "blink/modules/push_messaging",
      "label": "push messaging",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/pushNotifications",
      "label": "pushNotifications",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "APNS provider interface; live delivery unverified",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/dom-selectors",
      "label": "querySelector() / querySelectorAll()",
      "component": "Attar",
      "category": "UI",
      "status": "a",
      "note": "querySelector and querySelectorAll run Blink's own selector engine over the live tree and return a NodeList. Measured by the native runtime cases in the pinned SDK; not certified in a packaged application.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "node/querystring",
      "label": "querystring",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/querystring.js"
    },
    {
      "id": "blink/modules/quota",
      "label": "quota",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/react",
      "label": "React",
      "component": "Attar",
      "category": "React",
      "status": "y",
      "note": "React 19.3.0 on reconciler 0.34.0 for standalone apps, React 17.0.2 for the certified Electron app. Both run on the same native reconciler host.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/react-class",
      "label": "React class components",
      "component": "Attar",
      "category": "React",
      "status": "n",
      "note": "The pinned reconciler carries the class-component path, but the current profile lists class components outside its scope (CP1012) and no Attar application exercises it.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/react-concurrent",
      "label": "React concurrent rendering / Suspense",
      "component": "Attar",
      "category": "React",
      "status": "n",
      "note": "Suspense and concurrent rendering stay outside the current profile (CP1012), even though the standalone host now pins React 19.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/react-state",
      "label": "React hooks and state",
      "component": "Attar",
      "category": "React",
      "status": "y",
      "note": "useState and useEffect drive the certified app's screens; the standalone host runs the same hooks on React 19. Other hooks run on the same reconciler and are not measured separately.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/hydration",
      "label": "React hydration",
      "component": "Attar",
      "category": "React",
      "status": "n",
      "note": "The current React host declares supportsHydration: false.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "attar/inline-style",
      "label": "React style prop / inline styles",
      "component": "Attar",
      "category": "UI",
      "status": "n",
      "note": "The React style prop is still refused by the SDK the toolchain pins. Blink-side declaration updates and native inline-style properties exist in source and pass a native case; their sealed build and differential evidence are the remaining step.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "node/readline",
      "label": "readline",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/readline.js"
    },
    {
      "id": "node/readline/promises",
      "label": "readline/promises",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/readline/promises.js"
    },
    {
      "id": "attar/regexp",
      "label": "Regular expressions",
      "component": "Attar AOT",
      "category": "JavaScript",
      "status": "a",
      "note": "91 % of Test262 RegExp files pass. The v flag (unicodeSets) is not supported; some named-group and character-class-escape cases fail.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "host/webview",
      "label": "Remote System WebView",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "a",
      "note": "UI belongs to Attar; embedding integration incomplete",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/remoteplayback",
      "label": "remoteplayback",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/repl",
      "label": "repl",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "x",
      "note": "Interactive JavaScript evaluation excluded from the closed AOT graph",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node-runtime/report",
      "label": "Report",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. Separate runtime/API contract; complete coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/report.md"
    },
    {
      "id": "attar/raf",
      "label": "requestAnimationFrame",
      "component": "Attar",
      "category": "UI",
      "status": "a",
      "note": "Native frame callbacks exist; CSS animation progress is a separate capability.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "blink/core/resize_observer",
      "label": "ResizeObserver",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "ResizeObserver is bound to Blink's own observer and measured by the native runtime cases. A target-retention fix landed after the pinned seal.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/core/route_matching",
      "label": "route matching",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/peerconnection",
      "label": "RTCPeerConnection",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "exclusions/runtime-css-rules",
      "label": "Runtime CSS rule generation",
      "component": "Attar",
      "category": "Design",
      "status": "x",
      "note": "New rules at runtime excluded; planned Blink-native value updates are separate",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "host/teardown",
      "label": "Runtime failure / teardown",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "y",
      "note": "Eight main failure phases checked with doubles",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/safeStorage",
      "label": "safeStorage",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "OS secret-store interface; product proof pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/sanitizer",
      "label": "sanitizer",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/scheduler",
      "label": "scheduler",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/screen",
      "label": "screen",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Display facade; complete display/event coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/screen_details",
      "label": "screen details",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/screen_orientation",
      "label": "screen orientation",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/scroll",
      "label": "Scrolling",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "Native scrolling with wheel phases is measured. scrollIntoView with a boolean is exposed; scroll option objects and ScrollTimeline are not.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/scroll",
      "label": "scrollIntoView()",
      "component": "Attar",
      "category": "UI",
      "status": "a",
      "note": "Boolean alignment is admitted. The options-object form is rejected.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "node/sea",
      "label": "sea",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Node executable format; Attar has its own packaging",
      "reviewed": "2026-09-12",
      "internal": true,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/sea.js"
    },
    {
      "id": "blink/modules/sensor",
      "label": "sensor",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/service_worker",
      "label": "Service Workers",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/ServiceWorkerMain",
      "label": "ServiceWorkerMain",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Upstream loader present; worker runtime unverified",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/session",
      "label": "session",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Partition facade; Cookies/WebRequest/storage parity pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/timers",
      "label": "setTimeout / setInterval",
      "component": "Attar",
      "category": "UI",
      "status": "y",
      "note": "setTimeout and setInterval run in the UI runtime; the certified app uses them (source selection, API polling) and passed its journeys. Scheduling under long main-worker turns is still being proven.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/shadcn",
      "label": "shadcn/ui components",
      "component": "Attar",
      "category": "React",
      "status": "a",
      "note": "Fifteen unchanged shadcn components build and package as a standalone app. Of 20 checked scenarios 9 pass: startup, five mounts and three interaction and unmount runs; the rest fail on missing DOM APIs. The target catalogue is 63 components.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/core/shadow_realm",
      "label": "ShadowRealm",
      "component": "Attar AOT",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Engine realm mechanism plus embedding; no admission implied",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/shapedetection",
      "label": "shapedetection",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/shared_storage",
      "label": "shared storage",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/ShareMenu",
      "label": "ShareMenu",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Source present; native sharing path unverified",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/shell",
      "label": "shell",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "openExternal slice; other OS operations have gaps",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/smart_card",
      "label": "smart card",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/speech",
      "label": "speech",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/spell_check_custom_dictionary",
      "label": "spell check custom dictionary",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/sqlite",
      "label": "sqlite",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. No Attar Node SQLite result catalogued",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/sqlite.js"
    },
    {
      "id": "blink/modules/srcobject",
      "label": "srcobject",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/ui-bundle",
      "label": "Standalone UI bundling",
      "component": "Attar",
      "category": "Build & tools",
      "status": "y",
      "note": "UI graphs build with no Electron facade and no main process; the standalone examples go from that bundle to a packaged app.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/css-static",
      "label": "Static stylesheets",
      "component": "Attar",
      "category": "UI",
      "status": "y",
      "note": "The app's static CSS files are parsed once by Blink, which owns cascade, layout and paint; measured on the certified Etcher stylesheet (flex, sticky, transforms, gradients, font-face) with 16 screens at pixel parity against Electron.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "exclusions/stock-runtimes",
      "label": "Stock Electron / Node runtime payload",
      "component": "Attar Electron",
      "category": "Design",
      "status": "x",
      "note": "Whole runtime payload excluded; reusable upstream sources remain admitted",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/storage_access",
      "label": "storage access",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/buckets",
      "label": "Storage Buckets",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/stream",
      "label": "stream",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Pinned JS; native/async dependency closure pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/stream.js"
    },
    {
      "id": "node/stream/consumers",
      "label": "stream/consumers",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/stream/consumers.js"
    },
    {
      "id": "node/stream/promises",
      "label": "stream/promises",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/stream/promises.js"
    },
    {
      "id": "node/stream/web",
      "label": "stream/web",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Web stream source/bindings; full parity unverified",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/stream/web.js"
    },
    {
      "id": "blink/core/streams",
      "label": "Streams",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "Binding/source slice exists; native/product coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/string_decoder",
      "label": "string_decoder",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/string_decoder.js"
    },
    {
      "id": "blink/modules/subapps",
      "label": "subapps",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/svg",
      "label": "SVG",
      "component": "Attar",
      "category": "UI",
      "status": "y",
      "note": "Inline SVG and SVG as image render through Blink's own SVG path: 39 of 39 corpus items match stock Chromium's pixel counts, and the logo journeys (valid and malformed) are equivalent to Electron.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/core/svg",
      "label": "SVG",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "host/sync-ipc",
      "label": "Synchronous renderer IPC",
      "component": "Attar Electron",
      "category": "Build & tools",
      "status": "x",
      "note": "Renderer sync IPC rejected by the accepted execution design",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/sys",
      "label": "sys",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/sys.js"
    },
    {
      "id": "electron/systemPreferences",
      "label": "systemPreferences",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Appearance slice; full OS API coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/test",
      "label": "test",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/test.js"
    },
    {
      "id": "node/test/reporters",
      "label": "test/reporters",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/test/reporters.js"
    },
    {
      "id": "blink/core/testing",
      "label": "testing",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "Chromium internal/testing family; not an application module",
      "reviewed": "2026-09-12",
      "internal": true
    },
    {
      "id": "blink/core/editing",
      "label": "Text editing",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "Caret, selection, editing commands, undo and redo and IME composition are in the profile and measured in the human pass. The Selection and execCommand JS APIs are not exposed.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/text-input",
      "label": "Text input and IME",
      "component": "Attar",
      "category": "UI",
      "status": "y",
      "note": "Keyboard input, key repeat, caret, selection, undo and IME composition are in the profile; in the human pass an Option+e dead key composed and committed in a URL field through the HID tap.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "node/timers",
      "label": "timers",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Engine probe exists; current product not proven",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/timers.js"
    },
    {
      "id": "node/timers/promises",
      "label": "timers/promises",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Pinned source; cancellation/context parity pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/timers/promises.js"
    },
    {
      "id": "node/tls",
      "label": "tls",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Pinned JS; certificate/transport provider closure pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/tls.js"
    },
    {
      "id": "electron/TouchBar",
      "label": "TouchBar",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Source present; native control support unverified",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/trace_events",
      "label": "trace_events",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Not offered as supported in the current profile. Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/trace_events.js"
    },
    {
      "id": "electron/Tray",
      "label": "Tray",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/tree-walker",
      "label": "TreeWalker and NodeFilter",
      "component": "Attar",
      "category": "Web APIs",
      "status": "a",
      "note": "Blink owns traversal, currentNode and filter rejection; JavaScript projects the callback and node identity. Native bridge tests cover directions, filter reentry and teardown.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/core/trustedtypes",
      "label": "Trusted Types",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/tty",
      "label": "tty",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Native fixture evidence; product parity pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/tty.js"
    },
    {
      "id": "attar/typedarrays",
      "label": "Typed arrays / ArrayBuffer",
      "component": "Attar AOT",
      "category": "JavaScript",
      "status": "a",
      "note": "Fixed-length ArrayBuffer, TypedArray and DataView: 86 % of TypedArray files and 69 % of ArrayBuffer files pass Test262; slice, with, toSorted and detach semantics have failures. Resizable buffers are an accepted boundary.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/capabilities",
      "label": "Typed capabilities",
      "component": "Attar",
      "category": "Build & tools",
      "status": "y",
      "note": "Twenty typed capabilities are in the current profile, each with its own fixture: fetch, WebSocket, URL, crypto.random, localStorage, user-selected file reads, dialogs, notifications, open external, window, update. Admission of an API does not make its provider complete.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "attar/tsx",
      "label": "TypeScript and JSX / TSX",
      "component": "Attar",
      "category": "Build & tools",
      "status": "y",
      "note": "TypeScript and TSX are the input language: the certified Etcher port and both standalone examples are TSX compiled ahead of time.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "exclusions/runtime-code-loading",
      "label": "Unknown runtime executable imports",
      "component": "Attar AOT",
      "category": "Design",
      "status": "x",
      "note": "New executable graph at runtime excluded; finite precompiled module choices are separate",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/url",
      "label": "URL API",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "Binding/source slice exists; native/product coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/url",
      "label": "URL API",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/url.js"
    },
    {
      "id": "blink/core/url_pattern",
      "label": "URLPattern",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "Binding/source slice exists; native/product coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/util",
      "label": "util",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/util.js"
    },
    {
      "id": "node/util/types",
      "label": "util/types",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/util/types.js"
    },
    {
      "id": "electron/utilityProcess",
      "label": "utilityProcess",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/v8",
      "label": "v8",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Named adapter surface; V8-specific behavior unavailable",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/v8.js"
    },
    {
      "id": "exclusions/v8-runtime",
      "label": "V8 runtime / V8 browser bindings",
      "component": "Attar AOT",
      "category": "Design",
      "status": "x",
      "note": "Excluded from the native product; compatible helper APIs do not embed V8",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/vibration",
      "label": "vibration",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/video_rvfc",
      "label": "video rvfc",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/View",
      "label": "View",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/view_transition",
      "label": "View Transitions",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/virtualkeyboard",
      "label": "VirtualKeyboard API",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/vm",
      "label": "vm",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Named adapter; arbitrary evaluation/contexts unavailable",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/vm.js"
    },
    {
      "id": "blink/modules/wake_lock",
      "label": "wake lock",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/wasi",
      "label": "wasi",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "No admitted WASI execution profile",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/wasi.js"
    },
    {
      "id": "blink/modules/webaudio",
      "label": "Web Audio",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node-runtime/webcrypto",
      "label": "Web Crypto API",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Complete Node Web Crypto backend not established",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/webcrypto.md"
    },
    {
      "id": "blink/modules/crypto",
      "label": "Web Cryptography",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "WebCrypto bindings now belong to Electron. The admitted slice covers random values and UUID; SubtleCrypto remains unavailable.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "attar/fonts",
      "label": "Web fonts",
      "component": "Attar",
      "category": "UI",
      "status": "y",
      "note": "@font-face from bundled files and system fallback are in the profile; the certified app ships two TTF faces and its text matched the Electron reference at pixel parity.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "blink/modules/web_install",
      "label": "web install",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/locks",
      "label": "Web Locks",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/webmidi",
      "label": "Web MIDI",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/nfc",
      "label": "Web NFC",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/serial",
      "label": "Web Serial",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/webshare",
      "label": "Web Share",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/storage",
      "label": "Web Storage",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "A Chromium-backed localStorage binding exists. Complete property semantics, persistence and sessionStorage coverage remain unverified.",
      "reviewed": "2026-09-13",
      "internal": false
    },
    {
      "id": "node-runtime/webstreams",
      "label": "Web Streams API",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Scoped host/engine adapters; complete Node parity pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/doc/api/webstreams.md"
    },
    {
      "id": "blink/modules/webcodecs",
      "label": "WebCodecs",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/webContents",
      "label": "webContents",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Single-window facade; navigation/printing/DevTools gaps",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/WebContentsView",
      "label": "WebContentsView",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/webFrame",
      "label": "webFrame",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Frame facade; complete Blink/engine binding unverified",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/webFrameMain",
      "label": "webFrameMain",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "a",
      "note": "Frame identity slice; full lifecycle proof pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/webgl",
      "label": "WebGL",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/webgpu",
      "label": "WebGPU",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/hid",
      "label": "WebHID",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/ml",
      "label": "WebNN",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/webrtc",
      "label": "WebRTC",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/websockets",
      "label": "WebSocket",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "a",
      "note": "Binding/source slice exists; native/product coverage pending",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/webtransport",
      "label": "WebTransport",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/webusb",
      "label": "WebUSB",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "electron/webUtils",
      "label": "webUtils",
      "component": "Attar Electron",
      "category": "Electron APIs",
      "status": "n",
      "note": "native provider missing",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/xr",
      "label": "WebXR",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not admitted by the current application profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/modules/window_controls_overlay",
      "label": "window controls overlay",
      "component": "Attar",
      "category": "Web APIs",
      "status": "n",
      "note": "No supported Attar API surface is recorded for this family. Assigned to Attar UI; ownership alone does not establish support.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "attar/windows",
      "label": "Windows packages",
      "component": "Attar",
      "category": "Build & tools",
      "status": "n",
      "note": "Windows is a planned target; a build for it ends with the stable error CP0003_UNSUPPORTED_TARGET.",
      "reviewed": "2026-09-16",
      "internal": false
    },
    {
      "id": "node/worker_threads",
      "label": "worker_threads",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "n",
      "note": "Source imported; worker execution not established",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/worker_threads.js"
    },
    {
      "id": "blink/core/workers",
      "label": "workers",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Execution/transfer surface not admitted in current profile",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/xml",
      "label": "XML",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "blink/core/xmlhttprequest",
      "label": "XMLHttpRequest",
      "component": "Attar Electron",
      "category": "Web APIs",
      "status": "n",
      "note": "Not offered as supported in the current profile. Implementation and validation have not been established.",
      "reviewed": "2026-09-12",
      "internal": false
    },
    {
      "id": "node/zlib",
      "label": "zlib",
      "component": "Attar Electron",
      "category": "Node.js",
      "status": "a",
      "note": "Full module behavior not certified; provider coverage pending",
      "reviewed": "2026-09-12",
      "internal": false,
      "url": "https://github.com/nodejs/node/blob/1073ab06c8f80b6d7c995a1362502767cf498c0b/lib/zlib.js"
    }
  ],
  "display_features": [
    {
      "id": "host/remote",
      "source_ids": [
        "host/remote"
      ]
    },
    {
      "id": "attar/abort-signal",
      "source_ids": [
        "attar/abort-signal"
      ]
    },
    {
      "id": "attar/a11y",
      "source_ids": [
        "attar/a11y"
      ]
    },
    {
      "id": "blink/core/accessibility",
      "source_ids": [
        "blink/core/accessibility",
        "blink/modules/accessibility"
      ]
    },
    {
      "id": "blink/modules/ad_auction",
      "source_ids": [
        "blink/modules/ad_auction"
      ]
    },
    {
      "id": "attar/dom-listeners",
      "source_ids": [
        "attar/dom-listeners"
      ]
    },
    {
      "id": "attar/aot",
      "source_ids": [
        "attar/aot"
      ]
    },
    {
      "id": "blink/modules/animationworklet",
      "source_ids": [
        "blink/modules/animationworklet"
      ]
    },
    {
      "id": "electron/app",
      "source_ids": [
        "electron/app"
      ]
    },
    {
      "id": "blink/modules/app_banner",
      "source_ids": [
        "blink/modules/app_banner"
      ]
    },
    {
      "id": "node/assert",
      "source_ids": [
        "node/assert"
      ]
    },
    {
      "id": "node/assert/strict",
      "source_ids": [
        "node/assert/strict"
      ]
    },
    {
      "id": "host/ipc",
      "source_ids": [
        "host/ipc"
      ]
    },
    {
      "id": "node/async_hooks",
      "source_ids": [
        "node/async_hooks"
      ]
    },
    {
      "id": "node-runtime/async_context",
      "source_ids": [
        "node-runtime/async_context"
      ]
    },
    {
      "id": "attar/audio-video",
      "source_ids": [
        "attar/audio-video"
      ]
    },
    {
      "id": "blink/modules/audio_output_devices",
      "source_ids": [
        "blink/modules/audio_output_devices"
      ]
    },
    {
      "id": "electron/autoUpdater",
      "source_ids": [
        "electron/autoUpdater"
      ]
    },
    {
      "id": "blink/modules/awc",
      "source_ids": [
        "blink/modules/awc"
      ]
    },
    {
      "id": "blink/modules/background_fetch",
      "source_ids": [
        "blink/modules/background_fetch"
      ]
    },
    {
      "id": "blink/modules/background_sync",
      "source_ids": [
        "blink/modules/background_sync"
      ]
    },
    {
      "id": "blink/modules/badging",
      "source_ids": [
        "blink/modules/badging"
      ]
    },
    {
      "id": "electron/BaseWindow",
      "source_ids": [
        "electron/BaseWindow"
      ]
    },
    {
      "id": "blink/modules/battery",
      "source_ids": [
        "blink/modules/battery"
      ]
    },
    {
      "id": "blink/modules/beacon",
      "source_ids": [
        "blink/modules/beacon"
      ]
    },
    {
      "id": "blink/core/fileapi",
      "source_ids": [
        "blink/core/fileapi"
      ]
    },
    {
      "id": "blink/modules/bluetooth",
      "source_ids": [
        "blink/modules/bluetooth"
      ]
    },
    {
      "id": "blink/modules/breakout_box",
      "source_ids": [
        "blink/modules/breakout_box"
      ]
    },
    {
      "id": "blink/modules/broadcastchannel",
      "source_ids": [
        "blink/modules/broadcastchannel"
      ]
    },
    {
      "id": "blink/modules/ai",
      "source_ids": [
        "blink/modules/ai"
      ]
    },
    {
      "id": "electron/BrowserView",
      "source_ids": [
        "electron/BrowserView"
      ]
    },
    {
      "id": "electron/BrowserWindow",
      "source_ids": [
        "electron/BrowserWindow"
      ]
    },
    {
      "id": "blink/modules/browsing_topics",
      "source_ids": [
        "blink/modules/browsing_topics"
      ]
    },
    {
      "id": "node/buffer",
      "source_ids": [
        "node/buffer"
      ]
    },
    {
      "id": "attar/assets",
      "source_ids": [
        "attar/assets"
      ]
    },
    {
      "id": "node-runtime/n-api",
      "source_ids": [
        "node-runtime/n-api"
      ]
    },
    {
      "id": "node-runtime/addons",
      "source_ids": [
        "node-runtime/addons"
      ]
    },
    {
      "id": "node-runtime/embedding",
      "source_ids": [
        "node-runtime/embedding"
      ]
    },
    {
      "id": "blink/modules/cache_storage",
      "source_ids": [
        "blink/modules/cache_storage"
      ]
    },
    {
      "id": "blink/modules/canvas",
      "source_ids": [
        "blink/modules/canvas"
      ]
    },
    {
      "id": "attar/canvas-api",
      "source_ids": [
        "attar/canvas-api"
      ]
    },
    {
      "id": "node/child_process",
      "source_ids": [
        "node/child_process"
      ]
    },
    {
      "id": "exclusions/browser-product",
      "source_ids": [
        "exclusions/browser-product"
      ]
    },
    {
      "id": "attar/class-list",
      "source_ids": [
        "attar/class-list"
      ]
    },
    {
      "id": "blink/core/clipboard",
      "source_ids": [
        "blink/core/clipboard"
      ]
    },
    {
      "id": "blink/modules/clipboard",
      "source_ids": [
        "blink/modules/clipboard"
      ]
    },
    {
      "id": "electron/clipboard",
      "source_ids": [
        "electron/clipboard"
      ]
    },
    {
      "id": "node/cluster",
      "source_ids": [
        "node/cluster"
      ]
    },
    {
      "id": "node-runtime/cli",
      "source_ids": [
        "node-runtime/cli"
      ]
    },
    {
      "id": "host/shared",
      "source_ids": [
        "host/shared"
      ]
    },
    {
      "id": "blink/modules/compression",
      "source_ids": [
        "blink/modules/compression"
      ]
    },
    {
      "id": "blink/modules/compute_pressure",
      "source_ids": [
        "blink/modules/compute_pressure"
      ]
    },
    {
      "id": "node/console",
      "source_ids": [
        "node/console"
      ]
    },
    {
      "id": "node/constants",
      "source_ids": [
        "node/constants"
      ]
    },
    {
      "id": "blink/modules/contacts_picker",
      "source_ids": [
        "blink/modules/contacts_picker"
      ]
    },
    {
      "id": "blink/modules/content_extraction",
      "source_ids": [
        "blink/modules/content_extraction"
      ]
    },
    {
      "id": "blink/modules/content_index",
      "source_ids": [
        "blink/modules/content_index"
      ]
    },
    {
      "id": "electron/contentTracing",
      "source_ids": [
        "electron/contentTracing"
      ]
    },
    {
      "id": "electron/contextBridge",
      "source_ids": [
        "electron/contextBridge"
      ]
    },
    {
      "id": "blink/modules/cookie_store",
      "source_ids": [
        "blink/modules/cookie_store"
      ]
    },
    {
      "id": "electron/crashReporter",
      "source_ids": [
        "electron/crashReporter"
      ]
    },
    {
      "id": "blink/modules/credentialmanagement",
      "source_ids": [
        "blink/modules/credentialmanagement"
      ]
    },
    {
      "id": "node/crypto",
      "source_ids": [
        "node/crypto"
      ]
    },
    {
      "id": "blink/core/css",
      "source_ids": [
        "blink/core/css"
      ]
    },
    {
      "id": "attar/animations",
      "source_ids": [
        "attar/animations"
      ]
    },
    {
      "id": "blink/core/animation",
      "source_ids": [
        "blink/core/animation"
      ]
    },
    {
      "id": "attar/flexbox",
      "source_ids": [
        "attar/flexbox"
      ]
    },
    {
      "id": "attar/grid",
      "source_ids": [
        "attar/grid"
      ]
    },
    {
      "id": "attar/css-import",
      "source_ids": [
        "attar/css-import"
      ]
    },
    {
      "id": "blink/core/layout",
      "source_ids": [
        "blink/core/layout"
      ]
    },
    {
      "id": "blink/modules/csspaint",
      "source_ids": [
        "blink/modules/csspaint"
      ]
    },
    {
      "id": "attar/transitions",
      "source_ids": [
        "attar/transitions"
      ]
    },
    {
      "id": "attar/dataset",
      "source_ids": [
        "attar/dataset"
      ]
    },
    {
      "id": "node-runtime/debugger",
      "source_ids": [
        "node-runtime/debugger"
      ]
    },
    {
      "id": "blink/modules/delegated_ink",
      "source_ids": [
        "blink/modules/delegated_ink"
      ]
    },
    {
      "id": "electron/desktopCapturer",
      "source_ids": [
        "electron/desktopCapturer"
      ]
    },
    {
      "id": "blink/modules/device_orientation",
      "source_ids": [
        "blink/modules/device_orientation"
      ]
    },
    {
      "id": "blink/modules/device_posture",
      "source_ids": [
        "blink/modules/device_posture"
      ]
    },
    {
      "id": "host/devtools",
      "source_ids": [
        "host/devtools"
      ]
    },
    {
      "id": "node/dgram",
      "source_ids": [
        "node/dgram"
      ]
    },
    {
      "id": "node/diagnostics_channel",
      "source_ids": [
        "node/diagnostics_channel"
      ]
    },
    {
      "id": "electron/dialog",
      "source_ids": [
        "electron/dialog"
      ]
    },
    {
      "id": "blink/modules/direct_sockets",
      "source_ids": [
        "blink/modules/direct_sockets"
      ]
    },
    {
      "id": "blink/core/display_lock",
      "source_ids": [
        "blink/core/display_lock"
      ]
    },
    {
      "id": "node/dns",
      "source_ids": [
        "node/dns"
      ]
    },
    {
      "id": "node/dns/promises",
      "source_ids": [
        "node/dns/promises"
      ]
    },
    {
      "id": "blink/modules/document_picture_in_picture",
      "source_ids": [
        "blink/modules/document_picture_in_picture"
      ]
    },
    {
      "id": "blink/core/dom",
      "source_ids": [
        "blink/core/dom"
      ]
    },
    {
      "id": "blink/core/events",
      "source_ids": [
        "blink/core/events"
      ]
    },
    {
      "id": "node/events",
      "source_ids": [
        "node/events"
      ]
    },
    {
      "id": "blink/core/geometry",
      "source_ids": [
        "blink/core/geometry"
      ]
    },
    {
      "id": "node/domain",
      "source_ids": [
        "node/domain"
      ]
    },
    {
      "id": "blink/modules/donottrack",
      "source_ids": [
        "blink/modules/donottrack"
      ]
    },
    {
      "id": "attar/attributes",
      "source_ids": [
        "attar/attributes"
      ]
    },
    {
      "id": "blink/modules/encoding",
      "source_ids": [
        "blink/modules/encoding"
      ]
    },
    {
      "id": "blink/modules/encryptedmedia",
      "source_ids": [
        "blink/modules/encryptedmedia"
      ]
    },
    {
      "id": "attar/embedding",
      "source_ids": [
        "attar/embedding"
      ]
    },
    {
      "id": "node-runtime/errors",
      "source_ids": [
        "node-runtime/errors"
      ]
    },
    {
      "id": "exclusions/runtime-eval",
      "source_ids": [
        "exclusions/runtime-eval"
      ]
    },
    {
      "id": "blink/modules/eventsource",
      "source_ids": [
        "blink/modules/eventsource"
      ]
    },
    {
      "id": "blink/modules/eyedropper",
      "source_ids": [
        "blink/modules/eyedropper"
      ]
    },
    {
      "id": "blink/core/fetch",
      "source_ids": [
        "blink/core/fetch"
      ]
    },
    {
      "id": "blink/modules/file_system_access",
      "source_ids": [
        "blink/modules/file_system_access"
      ]
    },
    {
      "id": "blink/modules/filesystem",
      "source_ids": [
        "blink/modules/filesystem"
      ]
    },
    {
      "id": "blink/modules/font_access",
      "source_ids": [
        "blink/modules/font_access"
      ]
    },
    {
      "id": "blink/core/fragment_directive",
      "source_ids": [
        "blink/core/fragment_directive"
      ]
    },
    {
      "id": "blink/core/frame",
      "source_ids": [
        "blink/core/frame"
      ]
    },
    {
      "id": "node/fs",
      "source_ids": [
        "node/fs"
      ]
    },
    {
      "id": "node/fs/promises",
      "source_ids": [
        "node/fs/promises"
      ]
    },
    {
      "id": "blink/core/fullscreen",
      "source_ids": [
        "blink/core/fullscreen"
      ]
    },
    {
      "id": "blink/modules/fuzzing",
      "source_ids": [
        "blink/modules/fuzzing"
      ]
    },
    {
      "id": "blink/modules/gamepad",
      "source_ids": [
        "blink/modules/gamepad"
      ]
    },
    {
      "id": "attar/gc",
      "source_ids": [
        "attar/gc"
      ]
    },
    {
      "id": "blink/core/geolocation",
      "source_ids": [
        "blink/core/geolocation"
      ]
    },
    {
      "id": "attar/geometry",
      "source_ids": [
        "attar/geometry"
      ]
    },
    {
      "id": "attar/computed-style",
      "source_ids": [
        "attar/computed-style"
      ]
    },
    {
      "id": "node-runtime/globals",
      "source_ids": [
        "node-runtime/globals"
      ]
    },
    {
      "id": "electron/globalShortcut",
      "source_ids": [
        "electron/globalShortcut"
      ]
    },
    {
      "id": "blink/modules/handwriting",
      "source_ids": [
        "blink/modules/handwriting"
      ]
    },
    {
      "id": "blink/core/highlight",
      "source_ids": [
        "blink/core/highlight"
      ]
    },
    {
      "id": "blink/core/html",
      "source_ids": [
        "blink/core/html"
      ]
    },
    {
      "id": "attar/html-build",
      "source_ids": [
        "attar/html-build"
      ]
    },
    {
      "id": "attar/focus",
      "source_ids": [
        "attar/focus"
      ]
    },
    {
      "id": "node/http",
      "source_ids": [
        "node/http"
      ]
    },
    {
      "id": "node/http2",
      "source_ids": [
        "node/http2"
      ]
    },
    {
      "id": "node/https",
      "source_ids": [
        "node/https"
      ]
    },
    {
      "id": "blink/modules/idle",
      "source_ids": [
        "blink/modules/idle"
      ]
    },
    {
      "id": "blink/core/imagebitmap",
      "source_ids": [
        "blink/core/imagebitmap"
      ]
    },
    {
      "id": "blink/modules/imagecapture",
      "source_ids": [
        "blink/modules/imagecapture"
      ]
    },
    {
      "id": "attar/images",
      "source_ids": [
        "attar/images"
      ]
    },
    {
      "id": "electron/ImageView",
      "source_ids": [
        "electron/ImageView"
      ]
    },
    {
      "id": "attar/dom-create",
      "source_ids": [
        "attar/dom-create"
      ]
    },
    {
      "id": "electron/inAppPurchase",
      "source_ids": [
        "electron/inAppPurchase"
      ]
    },
    {
      "id": "blink/modules/indexeddb",
      "source_ids": [
        "blink/modules/indexeddb"
      ]
    },
    {
      "id": "blink/core/input",
      "source_ids": [
        "blink/core/input"
      ]
    },
    {
      "id": "blink/core/inspector",
      "source_ids": [
        "blink/core/inspector"
      ]
    },
    {
      "id": "node/inspector",
      "source_ids": [
        "node/inspector"
      ]
    },
    {
      "id": "node/inspector/promises",
      "source_ids": [
        "node/inspector/promises"
      ]
    },
    {
      "id": "blink/modules/installedapp",
      "source_ids": [
        "blink/modules/installedapp"
      ]
    },
    {
      "id": "node-runtime/intl",
      "source_ids": [
        "node-runtime/intl"
      ]
    },
    {
      "id": "attar/intl",
      "source_ids": [
        "attar/intl"
      ]
    },
    {
      "id": "blink/core/intersection_observer",
      "source_ids": [
        "blink/core/intersection_observer"
      ]
    },
    {
      "id": "electron/ipcMain",
      "source_ids": [
        "electron/ipcMain"
      ]
    },
    {
      "id": "electron/IpcMainServiceWorker",
      "source_ids": [
        "electron/IpcMainServiceWorker"
      ]
    },
    {
      "id": "electron/ipcRenderer",
      "source_ids": [
        "electron/ipcRenderer"
      ]
    },
    {
      "id": "attar/classes",
      "source_ids": [
        "attar/classes"
      ]
    },
    {
      "id": "attar/functions",
      "source_ids": [
        "attar/functions"
      ]
    },
    {
      "id": "attar/modules",
      "source_ids": [
        "attar/modules"
      ]
    },
    {
      "id": "blink/modules/keyboard",
      "source_ids": [
        "blink/modules/keyboard"
      ]
    },
    {
      "id": "host/keytar",
      "source_ids": [
        "host/keytar"
      ]
    },
    {
      "id": "blink/modules/launch",
      "source_ids": [
        "blink/modules/launch"
      ]
    },
    {
      "id": "attar/linux",
      "source_ids": [
        "attar/linux"
      ]
    },
    {
      "id": "host/html",
      "source_ids": [
        "host/html"
      ]
    },
    {
      "id": "attar/locked-graph",
      "source_ids": [
        "attar/locked-graph"
      ]
    },
    {
      "id": "blink/modules/locked_mode",
      "source_ids": [
        "blink/modules/locked_mode"
      ]
    },
    {
      "id": "attar/package",
      "source_ids": [
        "attar/package"
      ]
    },
    {
      "id": "attar/signing",
      "source_ids": [
        "attar/signing"
      ]
    },
    {
      "id": "host/scheduling",
      "source_ids": [
        "host/scheduling"
      ]
    },
    {
      "id": "blink/modules/managed_device",
      "source_ids": [
        "blink/modules/managed_device"
      ]
    },
    {
      "id": "blink/modules/manifest",
      "source_ids": [
        "blink/modules/manifest"
      ]
    },
    {
      "id": "attar/match-media",
      "source_ids": [
        "attar/match-media"
      ]
    },
    {
      "id": "attar/mathml",
      "source_ids": [
        "attar/mathml",
        "blink/core/mathml"
      ]
    },
    {
      "id": "blink/modules/media_capabilities",
      "source_ids": [
        "blink/modules/media_capabilities"
      ]
    },
    {
      "id": "blink/modules/mediastream",
      "source_ids": [
        "blink/modules/mediastream"
      ]
    },
    {
      "id": "blink/modules/mediasource",
      "source_ids": [
        "blink/modules/mediasource"
      ]
    },
    {
      "id": "blink/modules/mediacapturefromelement",
      "source_ids": [
        "blink/modules/mediacapturefromelement"
      ]
    },
    {
      "id": "blink/modules/mediarecorder",
      "source_ids": [
        "blink/modules/mediarecorder"
      ]
    },
    {
      "id": "blink/modules/mediasession",
      "source_ids": [
        "blink/modules/mediasession"
      ]
    },
    {
      "id": "electron/Menu",
      "source_ids": [
        "electron/Menu"
      ]
    },
    {
      "id": "electron/MenuItem",
      "source_ids": [
        "electron/MenuItem"
      ]
    },
    {
      "id": "electron/MessageChannelMain",
      "source_ids": [
        "electron/MessageChannelMain"
      ]
    },
    {
      "id": "blink/core/messaging",
      "source_ids": [
        "blink/core/messaging"
      ]
    },
    {
      "id": "blink/core/script_tools",
      "source_ids": [
        "blink/core/script_tools"
      ]
    },
    {
      "id": "node/module",
      "source_ids": [
        "node/module"
      ]
    },
    {
      "id": "node-runtime/modules",
      "source_ids": [
        "node-runtime/modules"
      ]
    },
    {
      "id": "node-runtime/esm",
      "source_ids": [
        "node-runtime/esm"
      ]
    },
    {
      "id": "node-runtime/packages",
      "source_ids": [
        "node-runtime/packages"
      ]
    },
    {
      "id": "node-runtime/typescript",
      "source_ids": [
        "node-runtime/typescript"
      ]
    },
    {
      "id": "blink/core/mojo",
      "source_ids": [
        "blink/core/mojo"
      ]
    },
    {
      "id": "blink/modules/mojo",
      "source_ids": [
        "blink/modules/mojo"
      ]
    },
    {
      "id": "host/multiwindow",
      "source_ids": [
        "host/multiwindow"
      ]
    },
    {
      "id": "attar/mutation-observer",
      "source_ids": [
        "attar/mutation-observer"
      ]
    },
    {
      "id": "host/addons",
      "source_ids": [
        "host/addons"
      ]
    },
    {
      "id": "attar/native-api",
      "source_ids": [
        "attar/native-api"
      ]
    },
    {
      "id": "host/seal",
      "source_ids": [
        "host/seal"
      ]
    },
    {
      "id": "attar/menus",
      "source_ids": [
        "attar/menus"
      ]
    },
    {
      "id": "attar/sdk",
      "source_ids": [
        "attar/sdk"
      ]
    },
    {
      "id": "attar/window",
      "source_ids": [
        "attar/window"
      ]
    },
    {
      "id": "electron/nativeImage",
      "source_ids": [
        "electron/nativeImage"
      ]
    },
    {
      "id": "electron/nativeTheme",
      "source_ids": [
        "electron/nativeTheme"
      ]
    },
    {
      "id": "blink/core/navigation_api",
      "source_ids": [
        "blink/core/navigation_api"
      ]
    },
    {
      "id": "blink/modules/navigatorcontentutils",
      "source_ids": [
        "blink/modules/navigatorcontentutils"
      ]
    },
    {
      "id": "electron/net",
      "source_ids": [
        "electron/net"
      ]
    },
    {
      "id": "node/net",
      "source_ids": [
        "node/net"
      ]
    },
    {
      "id": "blink/modules/netinfo",
      "source_ids": [
        "blink/modules/netinfo"
      ]
    },
    {
      "id": "electron/netLog",
      "source_ids": [
        "electron/netLog"
      ]
    },
    {
      "id": "electron/Notification",
      "source_ids": [
        "electron/Notification"
      ]
    },
    {
      "id": "blink/modules/notifications",
      "source_ids": [
        "blink/modules/notifications"
      ]
    },
    {
      "id": "blink/core/offscreencanvas",
      "source_ids": [
        "blink/core/offscreencanvas"
      ]
    },
    {
      "id": "attar/standalone-package",
      "source_ids": [
        "attar/standalone-package"
      ]
    },
    {
      "id": "node/os",
      "source_ids": [
        "node/os"
      ]
    },
    {
      "id": "host/processes",
      "source_ids": [
        "host/processes"
      ]
    },
    {
      "id": "blink/core/overscroll",
      "source_ids": [
        "blink/core/overscroll"
      ]
    },
    {
      "id": "host/product",
      "source_ids": [
        "host/product"
      ]
    },
    {
      "id": "blink/core/page",
      "source_ids": [
        "blink/core/page"
      ]
    },
    {
      "id": "node/path",
      "source_ids": [
        "node/path"
      ]
    },
    {
      "id": "node/path/posix",
      "source_ids": [
        "node/path/posix"
      ]
    },
    {
      "id": "node/path/win32",
      "source_ids": [
        "node/path/win32"
      ]
    },
    {
      "id": "blink/modules/payments",
      "source_ids": [
        "blink/modules/payments"
      ]
    },
    {
      "id": "node/perf_hooks",
      "source_ids": [
        "node/perf_hooks"
      ]
    },
    {
      "id": "blink/core/timing",
      "source_ids": [
        "blink/core/timing"
      ]
    },
    {
      "id": "blink/modules/permissions",
      "source_ids": [
        "blink/modules/permissions"
      ]
    },
    {
      "id": "node-runtime/permissions",
      "source_ids": [
        "node-runtime/permissions"
      ]
    },
    {
      "id": "blink/core/permissions_policy",
      "source_ids": [
        "blink/core/permissions_policy"
      ]
    },
    {
      "id": "blink/modules/picture_in_picture",
      "source_ids": [
        "blink/modules/picture_in_picture"
      ]
    },
    {
      "id": "blink/modules/plugins",
      "source_ids": [
        "blink/modules/plugins"
      ]
    },
    {
      "id": "attar/pointer-capture",
      "source_ids": [
        "attar/pointer-capture"
      ]
    },
    {
      "id": "electron/powerMonitor",
      "source_ids": [
        "electron/powerMonitor"
      ]
    },
    {
      "id": "electron/powerSaveBlocker",
      "source_ids": [
        "electron/powerSaveBlocker"
      ]
    },
    {
      "id": "blink/core/preferences",
      "source_ids": [
        "blink/core/preferences"
      ]
    },
    {
      "id": "host/preload",
      "source_ids": [
        "host/preload"
      ]
    },
    {
      "id": "blink/modules/presentation",
      "source_ids": [
        "blink/modules/presentation"
      ]
    },
    {
      "id": "blink/modules/printing",
      "source_ids": [
        "blink/modules/printing"
      ]
    },
    {
      "id": "node/process",
      "source_ids": [
        "node/process"
      ]
    },
    {
      "id": "attar/promise",
      "source_ids": [
        "attar/promise"
      ]
    },
    {
      "id": "electron/protocol",
      "source_ids": [
        "electron/protocol"
      ]
    },
    {
      "id": "node/punycode",
      "source_ids": [
        "node/punycode"
      ]
    },
    {
      "id": "blink/modules/push_messaging",
      "source_ids": [
        "blink/modules/push_messaging"
      ]
    },
    {
      "id": "electron/pushNotifications",
      "source_ids": [
        "electron/pushNotifications"
      ]
    },
    {
      "id": "attar/dom-selectors",
      "source_ids": [
        "attar/dom-selectors"
      ]
    },
    {
      "id": "node/querystring",
      "source_ids": [
        "node/querystring"
      ]
    },
    {
      "id": "blink/modules/quota",
      "source_ids": [
        "blink/modules/quota"
      ]
    },
    {
      "id": "attar/react",
      "source_ids": [
        "attar/react"
      ]
    },
    {
      "id": "attar/react-class",
      "source_ids": [
        "attar/react-class"
      ]
    },
    {
      "id": "attar/react-concurrent",
      "source_ids": [
        "attar/react-concurrent"
      ]
    },
    {
      "id": "attar/react-state",
      "source_ids": [
        "attar/react-state"
      ]
    },
    {
      "id": "attar/hydration",
      "source_ids": [
        "attar/hydration"
      ]
    },
    {
      "id": "attar/inline-style",
      "source_ids": [
        "attar/inline-style"
      ]
    },
    {
      "id": "node/readline",
      "source_ids": [
        "node/readline"
      ]
    },
    {
      "id": "node/readline/promises",
      "source_ids": [
        "node/readline/promises"
      ]
    },
    {
      "id": "attar/regexp",
      "source_ids": [
        "attar/regexp"
      ]
    },
    {
      "id": "host/webview",
      "source_ids": [
        "host/webview"
      ]
    },
    {
      "id": "blink/modules/remoteplayback",
      "source_ids": [
        "blink/modules/remoteplayback"
      ]
    },
    {
      "id": "node/repl",
      "source_ids": [
        "node/repl"
      ]
    },
    {
      "id": "node-runtime/report",
      "source_ids": [
        "node-runtime/report"
      ]
    },
    {
      "id": "attar/raf",
      "source_ids": [
        "attar/raf"
      ]
    },
    {
      "id": "blink/core/resize_observer",
      "source_ids": [
        "blink/core/resize_observer"
      ]
    },
    {
      "id": "blink/core/route_matching",
      "source_ids": [
        "blink/core/route_matching"
      ]
    },
    {
      "id": "blink/modules/peerconnection",
      "source_ids": [
        "blink/modules/peerconnection"
      ]
    },
    {
      "id": "exclusions/runtime-css-rules",
      "source_ids": [
        "exclusions/runtime-css-rules"
      ]
    },
    {
      "id": "host/teardown",
      "source_ids": [
        "host/teardown"
      ]
    },
    {
      "id": "electron/safeStorage",
      "source_ids": [
        "electron/safeStorage"
      ]
    },
    {
      "id": "blink/core/sanitizer",
      "source_ids": [
        "blink/core/sanitizer"
      ]
    },
    {
      "id": "blink/core/scheduler",
      "source_ids": [
        "blink/core/scheduler"
      ]
    },
    {
      "id": "electron/screen",
      "source_ids": [
        "electron/screen"
      ]
    },
    {
      "id": "blink/modules/screen_details",
      "source_ids": [
        "blink/modules/screen_details"
      ]
    },
    {
      "id": "blink/modules/screen_orientation",
      "source_ids": [
        "blink/modules/screen_orientation"
      ]
    },
    {
      "id": "blink/core/scroll",
      "source_ids": [
        "blink/core/scroll"
      ]
    },
    {
      "id": "attar/scroll",
      "source_ids": [
        "attar/scroll"
      ]
    },
    {
      "id": "node/sea",
      "source_ids": [
        "node/sea"
      ]
    },
    {
      "id": "blink/modules/sensor",
      "source_ids": [
        "blink/modules/sensor"
      ]
    },
    {
      "id": "blink/modules/service_worker",
      "source_ids": [
        "blink/modules/service_worker"
      ]
    },
    {
      "id": "electron/ServiceWorkerMain",
      "source_ids": [
        "electron/ServiceWorkerMain"
      ]
    },
    {
      "id": "electron/session",
      "source_ids": [
        "electron/session"
      ]
    },
    {
      "id": "attar/timers",
      "source_ids": [
        "attar/timers"
      ]
    },
    {
      "id": "attar/shadcn",
      "source_ids": [
        "attar/shadcn"
      ]
    },
    {
      "id": "blink/core/shadow_realm",
      "source_ids": [
        "blink/core/shadow_realm"
      ]
    },
    {
      "id": "blink/modules/shapedetection",
      "source_ids": [
        "blink/modules/shapedetection"
      ]
    },
    {
      "id": "blink/modules/shared_storage",
      "source_ids": [
        "blink/modules/shared_storage"
      ]
    },
    {
      "id": "electron/ShareMenu",
      "source_ids": [
        "electron/ShareMenu"
      ]
    },
    {
      "id": "electron/shell",
      "source_ids": [
        "electron/shell"
      ]
    },
    {
      "id": "blink/modules/smart_card",
      "source_ids": [
        "blink/modules/smart_card"
      ]
    },
    {
      "id": "blink/modules/speech",
      "source_ids": [
        "blink/modules/speech"
      ]
    },
    {
      "id": "blink/modules/spell_check_custom_dictionary",
      "source_ids": [
        "blink/modules/spell_check_custom_dictionary"
      ]
    },
    {
      "id": "node/sqlite",
      "source_ids": [
        "node/sqlite"
      ]
    },
    {
      "id": "blink/modules/srcobject",
      "source_ids": [
        "blink/modules/srcobject"
      ]
    },
    {
      "id": "attar/ui-bundle",
      "source_ids": [
        "attar/ui-bundle"
      ]
    },
    {
      "id": "attar/css-static",
      "source_ids": [
        "attar/css-static"
      ]
    },
    {
      "id": "exclusions/stock-runtimes",
      "source_ids": [
        "exclusions/stock-runtimes"
      ]
    },
    {
      "id": "blink/modules/storage_access",
      "source_ids": [
        "blink/modules/storage_access"
      ]
    },
    {
      "id": "blink/modules/buckets",
      "source_ids": [
        "blink/modules/buckets"
      ]
    },
    {
      "id": "node/stream",
      "source_ids": [
        "node/stream"
      ]
    },
    {
      "id": "node/stream/consumers",
      "source_ids": [
        "node/stream/consumers"
      ]
    },
    {
      "id": "node/stream/promises",
      "source_ids": [
        "node/stream/promises"
      ]
    },
    {
      "id": "node/stream/web",
      "source_ids": [
        "node/stream/web"
      ]
    },
    {
      "id": "blink/core/streams",
      "source_ids": [
        "blink/core/streams"
      ]
    },
    {
      "id": "node/string_decoder",
      "source_ids": [
        "node/string_decoder"
      ]
    },
    {
      "id": "blink/modules/subapps",
      "source_ids": [
        "blink/modules/subapps"
      ]
    },
    {
      "id": "attar/svg",
      "source_ids": [
        "attar/svg"
      ]
    },
    {
      "id": "blink/core/svg",
      "source_ids": [
        "blink/core/svg"
      ]
    },
    {
      "id": "host/sync-ipc",
      "source_ids": [
        "host/sync-ipc"
      ]
    },
    {
      "id": "node/sys",
      "source_ids": [
        "node/sys"
      ]
    },
    {
      "id": "electron/systemPreferences",
      "source_ids": [
        "electron/systemPreferences"
      ]
    },
    {
      "id": "node/test",
      "source_ids": [
        "node/test"
      ]
    },
    {
      "id": "node/test/reporters",
      "source_ids": [
        "node/test/reporters"
      ]
    },
    {
      "id": "blink/core/testing",
      "source_ids": [
        "blink/core/testing"
      ]
    },
    {
      "id": "blink/core/editing",
      "source_ids": [
        "blink/core/editing"
      ]
    },
    {
      "id": "attar/text-input",
      "source_ids": [
        "attar/text-input"
      ]
    },
    {
      "id": "node/timers",
      "source_ids": [
        "node/timers"
      ]
    },
    {
      "id": "node/timers/promises",
      "source_ids": [
        "node/timers/promises"
      ]
    },
    {
      "id": "node/tls",
      "source_ids": [
        "node/tls"
      ]
    },
    {
      "id": "electron/TouchBar",
      "source_ids": [
        "electron/TouchBar"
      ]
    },
    {
      "id": "node/trace_events",
      "source_ids": [
        "node/trace_events"
      ]
    },
    {
      "id": "electron/Tray",
      "source_ids": [
        "electron/Tray"
      ]
    },
    {
      "id": "attar/tree-walker",
      "source_ids": [
        "attar/tree-walker"
      ]
    },
    {
      "id": "blink/core/trustedtypes",
      "source_ids": [
        "blink/core/trustedtypes"
      ]
    },
    {
      "id": "node/tty",
      "source_ids": [
        "node/tty"
      ]
    },
    {
      "id": "attar/typedarrays",
      "source_ids": [
        "attar/typedarrays"
      ]
    },
    {
      "id": "attar/capabilities",
      "source_ids": [
        "attar/capabilities"
      ]
    },
    {
      "id": "attar/tsx",
      "source_ids": [
        "attar/tsx"
      ]
    },
    {
      "id": "exclusions/runtime-code-loading",
      "source_ids": [
        "exclusions/runtime-code-loading"
      ]
    },
    {
      "id": "blink/core/url",
      "source_ids": [
        "blink/core/url"
      ]
    },
    {
      "id": "node/url",
      "source_ids": [
        "node/url"
      ]
    },
    {
      "id": "blink/core/url_pattern",
      "source_ids": [
        "blink/core/url_pattern"
      ]
    },
    {
      "id": "node/util",
      "source_ids": [
        "node/util"
      ]
    },
    {
      "id": "node/util/types",
      "source_ids": [
        "node/util/types"
      ]
    },
    {
      "id": "electron/utilityProcess",
      "source_ids": [
        "electron/utilityProcess"
      ]
    },
    {
      "id": "node/v8",
      "source_ids": [
        "node/v8"
      ]
    },
    {
      "id": "exclusions/v8-runtime",
      "source_ids": [
        "exclusions/v8-runtime"
      ]
    },
    {
      "id": "blink/modules/vibration",
      "source_ids": [
        "blink/modules/vibration"
      ]
    },
    {
      "id": "blink/modules/video_rvfc",
      "source_ids": [
        "blink/modules/video_rvfc"
      ]
    },
    {
      "id": "electron/View",
      "source_ids": [
        "electron/View"
      ]
    },
    {
      "id": "blink/core/view_transition",
      "source_ids": [
        "blink/core/view_transition"
      ]
    },
    {
      "id": "blink/modules/virtualkeyboard",
      "source_ids": [
        "blink/modules/virtualkeyboard"
      ]
    },
    {
      "id": "node/vm",
      "source_ids": [
        "node/vm"
      ]
    },
    {
      "id": "blink/modules/wake_lock",
      "source_ids": [
        "blink/modules/wake_lock"
      ]
    },
    {
      "id": "node/wasi",
      "source_ids": [
        "node/wasi"
      ]
    },
    {
      "id": "blink/modules/webaudio",
      "source_ids": [
        "blink/modules/webaudio"
      ]
    },
    {
      "id": "node-runtime/webcrypto",
      "source_ids": [
        "node-runtime/webcrypto"
      ]
    },
    {
      "id": "blink/modules/crypto",
      "source_ids": [
        "blink/modules/crypto"
      ]
    },
    {
      "id": "attar/fonts",
      "source_ids": [
        "attar/fonts"
      ]
    },
    {
      "id": "blink/modules/web_install",
      "source_ids": [
        "blink/modules/web_install"
      ]
    },
    {
      "id": "blink/modules/locks",
      "source_ids": [
        "blink/modules/locks"
      ]
    },
    {
      "id": "blink/modules/webmidi",
      "source_ids": [
        "blink/modules/webmidi"
      ]
    },
    {
      "id": "blink/modules/nfc",
      "source_ids": [
        "blink/modules/nfc"
      ]
    },
    {
      "id": "blink/modules/serial",
      "source_ids": [
        "blink/modules/serial"
      ]
    },
    {
      "id": "blink/modules/webshare",
      "source_ids": [
        "blink/modules/webshare"
      ]
    },
    {
      "id": "blink/modules/storage",
      "source_ids": [
        "blink/modules/storage"
      ]
    },
    {
      "id": "node-runtime/webstreams",
      "source_ids": [
        "node-runtime/webstreams"
      ]
    },
    {
      "id": "blink/modules/webcodecs",
      "source_ids": [
        "blink/modules/webcodecs"
      ]
    },
    {
      "id": "electron/webContents",
      "source_ids": [
        "electron/webContents"
      ]
    },
    {
      "id": "electron/WebContentsView",
      "source_ids": [
        "electron/WebContentsView"
      ]
    },
    {
      "id": "electron/webFrame",
      "source_ids": [
        "electron/webFrame"
      ]
    },
    {
      "id": "electron/webFrameMain",
      "source_ids": [
        "electron/webFrameMain"
      ]
    },
    {
      "id": "blink/modules/webgl",
      "source_ids": [
        "blink/modules/webgl"
      ]
    },
    {
      "id": "blink/modules/webgpu",
      "source_ids": [
        "blink/modules/webgpu"
      ]
    },
    {
      "id": "blink/modules/hid",
      "source_ids": [
        "blink/modules/hid"
      ]
    },
    {
      "id": "blink/modules/ml",
      "source_ids": [
        "blink/modules/ml"
      ]
    },
    {
      "id": "blink/modules/webrtc",
      "source_ids": [
        "blink/modules/webrtc"
      ]
    },
    {
      "id": "blink/modules/websockets",
      "source_ids": [
        "blink/modules/websockets"
      ]
    },
    {
      "id": "blink/modules/webtransport",
      "source_ids": [
        "blink/modules/webtransport"
      ]
    },
    {
      "id": "blink/modules/webusb",
      "source_ids": [
        "blink/modules/webusb"
      ]
    },
    {
      "id": "electron/webUtils",
      "source_ids": [
        "electron/webUtils"
      ]
    },
    {
      "id": "blink/modules/xr",
      "source_ids": [
        "blink/modules/xr"
      ]
    },
    {
      "id": "blink/modules/window_controls_overlay",
      "source_ids": [
        "blink/modules/window_controls_overlay"
      ]
    },
    {
      "id": "attar/windows",
      "source_ids": [
        "attar/windows"
      ]
    },
    {
      "id": "node/worker_threads",
      "source_ids": [
        "node/worker_threads"
      ]
    },
    {
      "id": "blink/core/workers",
      "source_ids": [
        "blink/core/workers"
      ]
    },
    {
      "id": "blink/core/xml",
      "source_ids": [
        "blink/core/xml"
      ]
    },
    {
      "id": "blink/core/xmlhttprequest",
      "source_ids": [
        "blink/core/xmlhttprequest"
      ]
    },
    {
      "id": "node/zlib",
      "source_ids": [
        "node/zlib"
      ]
    }
  ]
}
