Skip to content

Commit

Permalink
Merge pull request patriksimek#128 from franklinyu/patch/readme
Browse files Browse the repository at this point in the history
Fix README
  • Loading branch information
orta authored Apr 11, 2018
2 parents 788d06f + db9d084 commit af271a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ console.log(util.add(1, 1)); // returns 2

**IMPORTANT:** It is not possible to freeze objects that has already been proxied to the VM.

## Protected objects (experimental)
## Protected objects (experimental)

Unlike `freeze`, this method allows sandboxed script to add/modify/delete properties on object with one exception - it is not possible to attach functions. Sandboxed script is therefore not able to modify methods like `toJSON`, `toString` or `inspect`.

Expand Down

0 comments on commit af271a6

Please sign in to comment.