UNPKG

tricks

Version:
14 lines (9 loc) 285 B
import link from '../../dom/link.js'; import json from './json.js'; export default callback => { // Manifest, e.g. // <link rel="manifest" href="manifest.webmanifest"> const path = link('manifest') || '/manifest.json'; // Request the manifest content json(path, callback); };