google / WebFundamentals

Former git repo for WebFundamentals on developers.google.com
Apache License 2.0
13.85k stars 2.57k forks source link

IndexedDB lab code examples update #9584

Open phewphewb opened 2 years ago

phewphewb commented 2 years ago

Page Affected: https://developers.google.com/web/ilt/pwa/lab-indexeddb

What needs to be done?

Replace vars with const and let in the code examples. Replace callback function definitions function () {} with arrow functions () => {}