- From: Joshua Bell <notifications@github.com>
- Date: Mon, 23 Sep 2019 17:29:33 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 24 September 2019 00:29:54 UTC
inexorabletash commented on this pull request.
>
request.onupgradeneeded = function(event) {
- var db = request.result;
+ const db = request.result;
ditto, should be in another PR
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/299#discussion_r327384078
Received on Tuesday, 24 September 2019 00:29:54 UTC