From d7d1c17de9de37091522b79b6a85a0283e0b8db7 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Wed, 3 Apr 2019 16:36:04 +0300 Subject: [PATCH] todo --- 1-js/plan3.txt | 9 --------- todo.md | 6 ++++++ 2 files changed, 6 insertions(+), 9 deletions(-) delete mode 100644 1-js/plan3.txt create mode 100644 todo.md diff --git a/1-js/plan3.txt b/1-js/plan3.txt deleted file mode 100644 index cb954bd3..00000000 --- a/1-js/plan3.txt +++ /dev/null @@ -1,9 +0,0 @@ -todo: - -localstorage -fetch -indexdb - -addEventLitener options once passive - -security? xsrf xss csp etc? diff --git a/todo.md b/todo.md new file mode 100644 index 00000000..8b959af6 --- /dev/null +++ b/todo.md @@ -0,0 +1,6 @@ + +- Drag events +- History api +- Pointer events +- Touch events +- Security (xsrf xss csp etc)