From e82d8d831cd6b985b927edc6038eacd8fbb61268 Mon Sep 17 00:00:00 2001 From: Rahmat Albariqi Date: Wed, 11 Jan 2017 17:28:18 +0700 Subject: [PATCH] Onload is missing I saw choo handbook and found onload event --- update-events.js | 1 + 1 file changed, 1 insertion(+) diff --git a/update-events.js b/update-events.js index 8d91dc1..9f3a8f7 100644 --- a/update-events.js +++ b/update-events.js @@ -17,6 +17,7 @@ module.exports = [ 'onkeydown', 'onkeypress', 'onkeyup', + 'onload', 'onunload', 'onabort', 'onerror',