Skip to content

Commit 9cca518

Browse files
romandevjungkees
authored andcommitted
Use Web IDL's new-ish interface mixins concept (#1252)
WebIDL recently introduced dedicated syntax for mixins [1]. So, this change replaces the existing `implements` with `includes` as per the new concept. [1] whatwg/webidl@45e8173
1 parent b4b2f9e commit 9cca518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
302302
// event
303303
attribute EventHandler onstatechange;
304304
};
305-
ServiceWorker implements AbstractWorker;
305+
ServiceWorker includes AbstractWorker;
306306

307307
enum ServiceWorkerState {
308308
"installing",

0 commit comments

Comments
 (0)