-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync interfaces/ with @webref/idl 3.25.1
- Loading branch information
1 parent
5ff3ad8
commit 8a3beb2
Showing
17 changed files
with
95 additions
and
55 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// GENERATED CONTENT - DO NOT EDIT | ||
// Content was automatically extracted by Reffy into webref | ||
// (https://github.com/w3c/webref) | ||
// Source: WebGL WEBGL_clip_cull_distance Extension Draft Specification (https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/) | ||
|
||
[Exposed=(Window,Worker), LegacyNoInterfaceObject] | ||
interface WEBGL_clip_cull_distance { | ||
const GLenum MAX_CLIP_DISTANCES_WEBGL = 0x0D32; | ||
const GLenum MAX_CULL_DISTANCES_WEBGL = 0x82F9; | ||
const GLenum MAX_COMBINED_CLIP_AND_CULL_DISTANCES_WEBGL = 0x82FA; | ||
|
||
const GLenum CLIP_DISTANCE0_WEBGL = 0x3000; | ||
const GLenum CLIP_DISTANCE1_WEBGL = 0x3001; | ||
const GLenum CLIP_DISTANCE2_WEBGL = 0x3002; | ||
const GLenum CLIP_DISTANCE3_WEBGL = 0x3003; | ||
const GLenum CLIP_DISTANCE4_WEBGL = 0x3004; | ||
const GLenum CLIP_DISTANCE5_WEBGL = 0x3005; | ||
const GLenum CLIP_DISTANCE6_WEBGL = 0x3006; | ||
const GLenum CLIP_DISTANCE7_WEBGL = 0x3007; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// GENERATED CONTENT - DO NOT EDIT | ||
// Content was automatically extracted by Reffy into webref | ||
// (https://github.com/w3c/webref) | ||
// Source: WebGL WEBGL_provoking_vertex Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/) | ||
|
||
[Exposed=(Window,Worker), LegacyNoInterfaceObject] | ||
interface WEBGL_provoking_vertex { | ||
const GLenum FIRST_VERTEX_CONVENTION_WEBGL = 0x8E4D; | ||
const GLenum LAST_VERTEX_CONVENTION_WEBGL = 0x8E4E; // default | ||
const GLenum PROVOKING_VERTEX_WEBGL = 0x8E4F; | ||
|
||
undefined provokingVertexWEBGL(GLenum provokeMode); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// GENERATED CONTENT - DO NOT EDIT | ||
// Content was automatically extracted by Reffy into webref | ||
// (https://github.com/w3c/webref) | ||
// Source: Global Privacy Control (GPC) (https://privacycg.github.io/gpc-spec/) | ||
|
||
interface mixin GlobalPrivacyControl { | ||
readonly attribute boolean globalPrivacyControl; | ||
}; | ||
Navigator includes GlobalPrivacyControl; | ||
WorkerNavigator includes GlobalPrivacyControl; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// GENERATED CONTENT - DO NOT EDIT | ||
// Content was automatically extracted by Reffy into webref | ||
// (https://github.com/w3c/webref) | ||
// Source: requestStorageAccessForOrigin API (https://privacycg.github.io/requestStorageAccessForOrigin/) | ||
|
||
partial interface Document { | ||
Promise<undefined> requestStorageAccessForOrigin(USVString origin); | ||
}; | ||
|
||
dictionary TopLevelStorageAccessPermissionDescriptor : PermissionDescriptor { | ||
USVString requestedOrigin = ""; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters