(&self)
| 58 | } |
| 59 | |
| 60 | pub fn script_contents(&self) -> Result<String, ExtractSingleTextNodeError<'_>> { |
| 61 | extract_single_text_node(&self.children) |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | /// Render a [`<script>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/script) tag into the head of the page. |
no test coverage detected