include.js icon indicating copy to clipboard operation
include.js copied to clipboard

Prevent TypeError on `<style>` tags

Open HitkoDev opened this issue 8 years ago • 0 comments

document.styleSheets contains both <link rel="stylesheet"> and <style> elements; since the later have href = null, it would throw a TypeError.

HitkoDev avatar Sep 17 '17 16:09 HitkoDev