We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e95e23 commit ea02d42Copy full SHA for ea02d42
lib/json/ld/api.rb
@@ -638,7 +638,7 @@ def self.loadRemoteDocument(url,
638
options[:headers]['Accept'].sub('application/ld+json,',
639
"application/ld+json;profile=#{requestProfile}, application/ld+json;q=0.9,")
640
end
641
- documentLoader.call(url, **options) do |remote_doc|
+ documentLoader.call(url, extractAllScripts: extractAllScripts, **options) do |remote_doc|
642
case remote_doc
643
when RDF::Util::File::RemoteDocument
644
# Convert to RemoteDocument
0 commit comments