Skip to content

Commit 2072b9e

Browse files
committed
[docs] add link to js src protection performance fix
1 parent 963f132 commit 2072b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/For Users/Advanced/Protect JavaScript Source Code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ xhr.onload = () => {
4343

4444
### Known Issues
4545

46-
The compiled code runs **slower than normal JS**: ~30% performance according to v8bench. Other non-compiled JS source code will not be affected.
46+
Before 0.22, the compiled code runs **slower than normal JS**: ~30% performance according to v8bench. Other non-compiled JS source code will not be affected. In 0.22.0-beta1, this issue has been fixed. Please check our blog post: https://nwjs.io/blog/js-src-protect-perf/
4747

4848
The compiled code is **not cross-platform nor compatible between versions** of NW.js. So you'll need to run `nwjc` for each of the platforms when you package your application.

0 commit comments

Comments
 (0)