pdf.js/examples
Michał Gołębiowski e625af3fef Remove type="text/javascript" from script tags.
"text/javascript" is not a correct MIME type (the correct one is
"application/javascript") but it's not even needed; all browsers default
to the correct type and treat it as executable JS when type is ommited.
Since not all browsers recognize the "application/javascript" MIME type
the only way to both stay compliant and to support all popular browsers
is to omit the type. It's also shorter this way.
2014-05-13 02:41:01 +02:00
..
acroforms Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
helloworld Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
node Basic node.js example that demostrate pdf.combined.js file use 2014-04-19 15:43:16 -05:00
text-only Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
text-selection Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00