From 532fe0fe48a3b95545c192c1681e5acc9e6f3cbc Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Fri, 10 May 2019 14:28:09 -0400 Subject: [PATCH] convert some stuff to Promises; onunhandledrejection --- doc/notes.txt | 4 ++++ index.html | 1 + src/ui.ts | 64 +++++++++++++++++++++------------------------------ 3 files changed, 31 insertions(+), 38 deletions(-) diff --git a/doc/notes.txt b/doc/notes.txt index 9f90de7c..c417fb88 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -132,6 +132,7 @@ TODO: - allow "include graphics.asm" instead of "include project/graphics.asm" - chrome looks blurry on vcs - convert more stuff to Promises +- target ES6 - don't have to include bootstrap-tourist each time? - don't have to include firebase always? - Github @@ -146,6 +147,9 @@ TODO: - CORS for some blobs? - confusing when examples load if file not found - don't import useless files + - support projects with subdirectories, file list? + - emulator needs reset shortcut for nes + - local/ files in repository? WEB WORKER FORMAT diff --git a/index.html b/index.html index 55bef9d4..570c31be 100644 --- a/index.html +++ b/index.html @@ -303,6 +303,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {