I was reading what changed recently and noticed https://github.com/ericclemmons/unique-selector/blob/3c0db08b382e9bf0a7f0479631ff8d2f830e3694/src/isElement.js#L8 Normally `typeof HTMLElement` is `function` though, as it's a constructor. Is this a browser hack that's supposed to be there, or a bug?