| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 56ea7eb commit 9b73a85
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -439,9 +439,9 @@ let code = | |||
| 439 | 439 | vm.runInThisContext(code)(require); | |
| 440 | 440 | ``` | |
| 441 | 441 | ||
| 442 | - *Note*: The `require()` in the above case shares the state with context it is | ||
| 443 | - passed from. This may introduce risks when untrusted code is executed, e.g. | ||
| 444 | - altering objects from the calling thread's context in unwanted ways. | ||
| 442 | + *Note*: The `require()` in the above case shares the state with the context it | ||
| 443 | + is passed from. This may introduce risks when untrusted code is executed, e.g. | ||
| 444 | + altering objects in the context in unwanted ways. | ||
| 445 | 445 | ||
| 446 | 446 | ## What does it mean to "contextify" an object? | |
| 447 | 447 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments