phantompdf
phantompdf copied to clipboard
PhantomJS crashed by un-well formatted asset url
such as:
-
href="//example.com/style.css"
-
src="//excample.com/logo.png"
Technically, this is well formatted (at least according to ruby):
irb(main):002:0> URI.parse("//google.com")
=> #<URI::Generic //google.com>
Any idea what the crash was?
@apanzerj It relates to webkit or javascript. It crashes generation when the DOM contains resources without scheme.