Re: [w3c/IndexedDB] Remove WebIDL escaping of includes() method (#299)

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