File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1425,7 +1425,10 @@ you can extend the {{WindowOrWorkerGlobalScope}} [=interface mixin=] using a [=p
1425
1425
<h3 id="idl-callback-interfaces">Callback interfaces</h3>
1426
1426
1427
1427
A <dfn id="dfn-callback-interface" export>callback interface</dfn> is a [=definition=] matching
1428
- <emu-t>callback</emu-t> <emu-t>interface</emu-t> <emu-nt><a href="#prod-InterfaceRest">InterfaceRest</a></emu-nt>.
1428
+ <emu-t>callback</emu-t> <emu-t>interface</emu-t>
1429
+ <emu-t class="regex"><a href="#prod-identifier">identifier</a></emu-t> <emu-t>{</emu-t>
1430
+ <emu-nt><a href="#prod-CallbackInterfaceMembers">CallbackInterfaceMembers</a></emu-nt>
1431
+ <emu-t>}</emu-t> <emu-t>;</emu-t>.
1429
1432
It can be implemented by any object, as described in [[#idl-objects]].
1430
1433
1431
1434
Note: A [=callback interface=] is not an [=interface=]. The name and syntax are left over from
You can’t perform that action at this time.
0 commit comments