Skip to content

editorial: Reorder attributes in GPUPipelineError interface - #6265

Open
sagudev wants to merge 1 commit into
gpuweb:mainfrom
sagudev:patch-3
Open

editorial: Reorder attributes in GPUPipelineError interface#6265
sagudev wants to merge 1 commit into
gpuweb:mainfrom
sagudev:patch-3

Conversation

@sagudev

@sagudev sagudev commented May 19, 2026

Copy link
Copy Markdown
Contributor

All other interfaces have Serializable, SecureContext, except GPUPipelineError which has SecureContext, Serializable.

This is not alphabetical, so maybe we should revere this and change all others to be alphabetically ordered.

@github-actions

Copy link
Copy Markdown
Contributor

Previews, as seen when this build job started (9f13850):
WebGPU webgpu.idl | Explainer | Correspondence Reference
WGSL grammar.js | wgsl.lalr.txt

@w3cbot

w3cbot commented May 19, 2026

Copy link
Copy Markdown

sagudev marked as non substantive for IPR from ash-nazg.

@kainino0x

Copy link
Copy Markdown
Contributor

This is not alphabetical, so maybe we should revere this and change all others to be alphabetically ordered.

I would reverse it because most things are
[Exposed=(Window, Worker), SecureContext] so it makes sense for Serializable things to be
[Exposed=(Window, Worker), SecureContext, Serializable].

There's only 3 Serializable things anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants