README
wuss
DOM监控:
expect('').$()
expect(${url}).$('a').prop('href').notMatch(/g\.assets\.daily/)
内容监控:
jserror:
捕获全局的jserror异常
代理:
proxy('').expect('')
For monitoring based on page content
<script type="module">
import wuss from 'https://cdn.skypack.dev/wuss';
</script>
DOM监控:
expect('').$()
expect(${url}).$('a').prop('href').notMatch(/g\.assets\.daily/)
内容监控:
jserror:
捕获全局的jserror异常
代理:
proxy('').expect('')