vue-append icon indicating copy to clipboard operation
vue-append copied to clipboard

Supply Timeout for JS

Open amit1rrr opened this issue 3 years ago • 1 comments

If there's some faulty javascript (e.g. infinite loop) used with v-append then the entire page fails to render. Is it possible to provide timeout option (e.g. ":timeout=5") which will stop JS execution after the timeout period so at least the page loads fine.

I'm open to other solutions to this problem of trying to parse faulty JS.

amit1rrr avatar Nov 30 '21 10:11 amit1rrr

Agree. PR is welcome~

hacke2 avatar Nov 30 '21 11:11 hacke2