benchexec icon indicating copy to clipboard operation
benchexec copied to clipboard

Replace `escape` with `encodeURIComponent`

Open EshaanAgg opened this issue 7 months ago • 0 comments

We make use of the browser's escape function at numerous places in our codebase, which has been marked as deprecated. We should probably port to encodeURIComponent to ensure future compatibility and avoid breaking changes.

EshaanAgg avatar Jun 28 '24 06:06 EshaanAgg