Skip to content

Commit d532d58

Browse files
committed
Remove workaround for Web IDL parser bug
See speced/bikeshed#3023.
1 parent 9c3419e commit d532d58

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

index.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ For now, see the [explainer](https://github.com/webmachinelearning/translation-a
3232
<h2 id="translator-api">The translator API</h2>
3333

3434
<xmp class="idl">
35-
// TODO FIX: workaround for https://github.com/speced/bikeshed/issues/3023
36-
// partial interface AI {
37-
// readonly attribute AITranslatorFactory translator;
38-
// };
35+
partial interface AI {
36+
readonly attribute AITranslatorFactory translator;
37+
};
3938

4039
[Exposed=(Window,Worker), SecureContext]
4140
interface AITranslatorFactory {

0 commit comments

Comments
 (0)