Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ For now, see the [explainer](https://github.com/webmachinelearning/translation-a
<h2 id="translator-api">The translator API</h2>

<xmp class="idl">
// TODO FIX: workaround for https://github.com/speced/bikeshed/issues/3023
// partial interface AI {
// readonly attribute AITranslatorFactory translator;
// };
partial interface AI {
readonly attribute AITranslatorFactory translator;
};

[Exposed=(Window,Worker), SecureContext]
interface AITranslatorFactory {
Expand Down