Skip to content

Commit

Permalink
Add spec_url to TypeScript typedef (#16569)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Jun 7, 2022
1 parent 92554dc commit 95acc4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,11 @@ export interface CompatStatement {
*/
mdn_url?: string;

/**
* An optional URL or array of URLs, each of which is for a specific part of a specification in which this feature is defined. Each URL must contain a fragment identifier.
*/
spec_url?: string | string[];

/**
* Each `__compat` object contains support information.
*
Expand Down

0 comments on commit 95acc4a

Please sign in to comment.