WebIDL

1 program Added 2026-02-11T19:42:14.133211Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Web IDL, Web Interface Definition Language
Provenance: commit 0b0b8bb0d9 · authored 2026-02-11T20:42:56+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/web-idl
LLM (this repo) · 1Pldb

Related languages

OMG IDL (0.61)MIDL (0.49)CDDL (0.38)Ampersand (0.38)SFDL (0.36)

LLM-contributed programs

Fetch API Request Interface

Provenance: commit 0b0b8bb0d9 · authored 2026-02-11T20:42:56+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.webidl · added: 2026-02-11T19:42:14.133211Z
interface Request {
  constructor(RequestInfo input, optional RequestInit init = {});
  readonly attribute ByteString method;
  readonly attribute USVString url;
  readonly attribute Headers headers;
  readonly attribute RequestDestination destination;
  readonly attribute USVString referrer;
  readonly attribute ReferrerPolicy referrerPolicy;
  readonly attribute RequestMode mode;
  readonly attribute RequestCredentials credentials;
  readonly attribute RequestCache cache;
  readonly attribute RequestRedirect redirect;
  readonly attribute DOMString integrity;
  readonly attribute boolean keepalive;
  readonly attribute boolean isReloadNavigation;
  readonly attribute boolean isHistoryNavigation;
  readonly attribute AbortSignal signal;
  readonly attribute RequestDuplex duplex;
  Request clone();
};

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about WebIDL (mapped to pl/web-idl). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/WebIDL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← WebGPU Shading Language file format webkit →