blob: af482a2fa52ed588cc66d561bcf64558f24760fc [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://gpuweb.github.io/gpuweb/
[
Exposed=(Window, Worker),
SecureContext
] interface WGSLLanguageFeatures {
readonly setlike<DOMString>;
};