Ron Wang

Results 3 issues of Ron Wang

Translate-once is calling element.html(translation), which poses a vulnerability if the key is not in the resource dictionary and contains malicious code (e.g. XSS attack.).

I'm trying to add telemetry and logging around if the cache has been used. This flag will be very helpful in determining if there is an issue with the cache.

`save()` currently just throw the [exception ](https://github.com/zertosh/v8-compile-cache/blob/7182bd0e30ab6f6421365cee0a0c4a8679e9eb7c/v8-compile-cache.js#L90) if save were to fail. I'm wondering if we could have a callback hook so we could handle the exception by sending telemetry...