(child, href, context)
| 69 | } |
| 70 | |
| 71 | async function getNewTitleSetter(child, href, context) { |
| 72 | child.value = await getNewTitle(href, context) |
| 73 | } |
| 74 | |
| 75 | async function getNewTitle(href, context) { |
| 76 | const page = findPage(href, context.pages, context.redirects) |
no test coverage detected