(payload: string)
| 90 | BlinkingText: () => '<revivified-blink>', |
| 91 | } |
| 92 | export function parsePayload (payload: string) { |
| 93 | return parse(payload || '', revivers) |
| 94 | } |
| 95 | export function parseData (html: string) { |
| 96 | if (!isRenderingJson) { |
| 97 | const { script = '' } = html.match(/<script>(?<script>window.__NUXT__.*?)<\/script>/)?.groups || {} |
no outgoing calls
no test coverage detected
searching dependent graphs…