const error = function (title, text, links) { if (text == null) { text = ""; } if (links == null) { links = ""; } if (text) { text = `
${text}
`; } if (links) { links = `${links}
`; } return `${exception.name}: ${exception.message}
`;
case "cant_open":
return ` An error occurred when trying to open the IndexedDB database:${exception.name}: ${exception.message}
DevDocs is an API documentation browser which supports the following browsers:
If you're unable to upgrade, we apologize. We decided to prioritize speed and new features over support for older browsers.
Note: if you're already using one of the browsers above, check your settings and add-ons. The app uses feature detection, not user agent sniffing.
— @DevDocs