From a1366570ceff1b917fd4f556b1f0bcc7a9e99e8b Mon Sep 17 00:00:00 2001 From: Justin Willis Date: Wed, 1 Sep 2021 11:54:59 -0700 Subject: [PATCH] chore(): add new pwa-features folder + initial demos --- docs/pwa-features/clipboard-api.html | 62 +++++++++++++++++++++++ docs/pwa-features/file-access-api.html | 68 ++++++++++++++++++++++++++ docs/pwa-features/web-share.html | 66 +++++++++++++++++++++++++ 3 files changed, 196 insertions(+) create mode 100644 docs/pwa-features/clipboard-api.html create mode 100644 docs/pwa-features/file-access-api.html create mode 100644 docs/pwa-features/web-share.html diff --git a/docs/pwa-features/clipboard-api.html b/docs/pwa-features/clipboard-api.html new file mode 100644 index 0000000..2c945e8 --- /dev/null +++ b/docs/pwa-features/clipboard-api.html @@ -0,0 +1,62 @@ + + + + + + + Clipboard Demo + + +

+ Clipboard API +

+ +

+ More details can be found in the + browsers devtools console +

+ + + + + +

+ + + + diff --git a/docs/pwa-features/file-access-api.html b/docs/pwa-features/file-access-api.html new file mode 100644 index 0000000..42ffb1f --- /dev/null +++ b/docs/pwa-features/file-access-api.html @@ -0,0 +1,68 @@ + + + + + + + File Access API Demo + + +

+ File Access API +

+ +

+ More details can be found in the + browsers devtools console +

+ + + + + + + + diff --git a/docs/pwa-features/web-share.html b/docs/pwa-features/web-share.html new file mode 100644 index 0000000..ddcbfdd --- /dev/null +++ b/docs/pwa-features/web-share.html @@ -0,0 +1,66 @@ + + + + + + + Web Share Demo + + +

+ Web Share API +

+ +

+ More details can be found in the + browsers devtools console +

+ + + + + + + +