pub fn decode_script<S: ?Sized + AsRef<str>>(text: &S) -> Cow<'_, str>
Decode text from the <script> element.
<script>
The following substring is unescaped:
<\/script>
</script>