mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
If the first stylesheet in the document is located on an external domain, then trying to access the `cssRules` property of that `CSSStyleSheet` object will result in a Security error being thrown in Firefox. In Safari, `cssRules` will be null, which causes a null pointer exception in the `styleSheet.cssRules.length` expression. |
||
---|---|---|
.. | ||
utils | ||
canvas.js | ||
charsets.js | ||
cidmaps.js | ||
colorspace.js | ||
core.js | ||
crypto.js | ||
evaluator.js | ||
fonts.js | ||
function.js | ||
glyphlist.js | ||
image.js | ||
metrics.js | ||
obj.js | ||
parser.js | ||
pattern.js | ||
pdf.js | ||
stream.js | ||
util.js | ||
worker.js | ||
worker_loader.js |