(mut self, load_remote_stylesheets: bool)
| 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] |
no outgoing calls