Re: [w3c/IndexedDB] DOMStringList has been removed from DOM (#28)

In httparchive:

```
SELECT * FROM (
SELECT page, url, REGEXP_EXTRACT(body, r'\.\s*(objectStore|index)Names\s*\.\s*contains\s*\(') AS match
FROM [httparchive:har.2016_11_01_chrome_requests_bodies]
) WHERE match != "null"
```

3,558 rows. All of the matches are `objectStore`.

GitHub search:

https://github.com/search?l=JavaScript&q="objectStoreNames.contains"+NOT+test&ref=searchresults&type=Code&utf8=✓
3,200 results.

https://github.com/search?l=JavaScript&q="indexNames.contains"+NOT+test&ref=searchresults&type=Code&utf8=✓
798 results.

-- 
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/issues/28#issuecomment-267292479

Received on Thursday, 15 December 2016 10:22:23 UTC