MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / load_remote_stylesheets

Method load_remote_stylesheets

css-inline/src/lib.rs:394–397  ·  view source on GitHub ↗
(mut self, load_remote_stylesheets: bool)

Source from the content-addressed store, hash-verified

392 /// Override whether remote stylesheets should be loaded.
393 #[must_use]
394 pub fn load_remote_stylesheets(mut self, load_remote_stylesheets: bool) -> Self {
395 self.load_remote_stylesheets = load_remote_stylesheets;
396 self
397 }
398
399 /// Set external stylesheet cache.
400 #[must_use]

Callers 2

use_builderFunction · 0.80
build_inlinerFunction · 0.80

Calls

no outgoing calls

Tested by 1

use_builderFunction · 0.64