[w3c/IndexedDB] Add caniuse panels (#159)

Once https://github.com/Fyrd/caniuse/issues/3193 is addressed we can tag methods with 
```html
<dfn caniuse="IndexedDB" method for=IDBObjectStore>get(|query|)</dfn> 
```
or
```html
<dfn caniuse="IndexedDB2" method for=IDBObjectStore>getAll(|query|, |count|)</dfn>
```
as appropriate to get helpful boxes showing browser support.

-- 
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/159

Received on Friday, 24 February 2017 21:28:23 UTC