IndexedDB lab code examples update
Author: phewphewbCreated Apr 27, 2022Updated Apr 27, 2022
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 () => {}
- Appropriate
type-somethinglabel has been added. - Appropriate
section-somethinglabel has been added.
Source: google/WebFundamentals