Skip to content
Merged
Show file tree
Hide file tree
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
18 changes: 11 additions & 7 deletions microsoft-edge/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,22 @@
href: ./web-platform/site-impacting-changes.md
# /Release notes
# =============================================================================
# Experimental APIs for Microsoft Edge
- name: Experimental APIs for Microsoft Edge
items:
- name: Test experimental APIs and features by using origin trials
href: ./origin-trials/index.md
displayName: Experimental web platform features # standard term eg in edge://flags

- name: Provide user-relevant ads with the Ad Selection API
href: ./web-platform/ad-selection-api.md
# /Experimental APIs for Microsoft Edge
# =============================================================================
# AI for the web
- name: AI for the web
items:
- name: Developer APIs
items:
- name: Test experimental APIs and features by using origin trials
href: ./origin-trials/index.md
displayName: Experimental web platform features # standard term eg in edge://flags

- name: Provide user-relevant ads with the Ad Selection API
href: ./web-platform/ad-selection-api.md

- name: Prompt a built-in language model with the Prompt API
href: ./web-platform/prompt-api.md

Expand Down
3 changes: 2 additions & 1 deletion microsoft-edge/web-platform/translator-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ controller.abort();

We're interested in learning about:
* The range of scenarios for which you use the Translator API.
* Any issues with the API or expert model.
* Any issues with the Translator API.
* Any issues with the on-device translation models.
* Whether other task-specific, built-in APIs would be useful.

To send feedback about your scenarios and the tasks you want to achieve, please add a comment to [the Translator API feedback issue](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/1157).
Expand Down
Loading