mozilla / page-metadata-parser

DEPRECATED - A Javascript library for parsing metadata on a web page.
https://www.npmjs.com/package/page-metadata-parser
Mozilla Public License 2.0
271 stars 42 forks source link

Explicitly flag whether an icon was found #91

Closed jaredlockhart closed 7 years ago

jaredlockhart commented 7 years ago

Add a bool which demonstrates whether an icon was explicitly found or whether we simply fell back and assumed /favicon.ico exists.

This will allow us to make decisions about what to show based on whether we found a rich icon or not.