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 authored Oct 21, 2024
1 parent b3a31b1 commit 5f0b692
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 5f0b692

Please sign in to comment.