Skip to content

Commit

Permalink
docs(ses): Missing lockdown in Compartment doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Oct 23, 2024
1 parent a678586 commit 03922df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ function on `globalThis`.
```js
import 'ses';

lockdown();

const c = new Compartment({
globals: {
print: harden(console.log),
Expand Down

0 comments on commit 03922df

Please sign in to comment.