From 7660c926e241fbd14f504443e2260c6385ec15c3 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Mon, 4 Nov 2024 15:37:22 +0100 Subject: [PATCH] draft incoming call notification sample --- README.md | 1 + incoming-call-notifications/index.html | 210 +++++++++++++++++++++++++ 2 files changed, 211 insertions(+) create mode 100644 incoming-call-notifications/index.html diff --git a/README.md b/README.md index 41d201d..38c6812 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ last sync'd April 16, 2024 | Selectlist demos | Demo page showing how the Open UI's `` element can be used. | [/selectlist/](https://github.com/MicrosoftEdge/Demos/tree/main/selectlist) | [Open UI's \ demos](https://microsoftedge.github.io/Demos/selectlist/) | | EditContext API demo | Demo page showing how the EditContext API can be used to build an advanced text editor. | [/edit-context/](https://github.com/MicrosoftEdge/Demos/tree/main/edit-context) | [HTML editor demo](https://microsoftedge.github.io/Demos/edit-context/) | | SVG support in the Async Clipboard API | Demo page showing how the Async Clipboard API supports SVG format. | [/svg-clipboard/](https://github.com/MicrosoftEdge/Demos/tree/main/svg-clipboard) | [SVG clipbard support demo](https://microsoftedge.github.io/Demos/svg-clipboard/) | +| IndexedDB: getAllRecords() | Demo page showing how the newly proposed `getAllRecords` IndexedDB method differs from `getAll` and `getAllKeys`. | [/idb-getallrecords/](https://github.com/MicrosoftEdge/Demos/tree/main/idb-getallrecords) | [IndexedDB: getAllRecords()](https://microsoftedge.github.io/Demos/idb-getallrecords/) | ## Adding a new demo diff --git a/incoming-call-notifications/index.html b/incoming-call-notifications/index.html new file mode 100644 index 0000000..256ca0f --- /dev/null +++ b/incoming-call-notifications/index.html @@ -0,0 +1,210 @@ + + + + + + + Incoming Call Notifications API + + + + + + + + + + + + +
+

+ + + + + \ No newline at end of file