From c68bafde5473e0a4c0928dc77cf5494df0a58bfc Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 25 Sep 2020 16:55:02 +0200 Subject: [PATCH] prototype using await to see if it makes any difference ...to the es5 one in gnome web. Alas, it does not, and I can't recreate the failure mode I see in the app when awaiting opening txns. --- prototypes/idb-promises-es6.html | 112 +++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 prototypes/idb-promises-es6.html diff --git a/prototypes/idb-promises-es6.html b/prototypes/idb-promises-es6.html new file mode 100644 index 00000000..ef7d357d --- /dev/null +++ b/prototypes/idb-promises-es6.html @@ -0,0 +1,112 @@ + + + + + + + + + + + + +