I try to create a chrome plugin, to get the typescripts coverage.
I found Chrome DevTools support coverage.
1、F12
2、show coverage
3、click the button to start recording
4、click the button to export data.
Could I do it by call apis in my plugin?
I found the coverage has not exported any apis.