Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Parcoil/cloak
Browse files Browse the repository at this point in the history
  • Loading branch information
Thedogecraft committed Jan 24, 2025
2 parents f076687 + 7ecfeac commit 1a810f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ You can use the following APIs with Cloak.js:
Example:

```javascript
cloak.reset();
// Refreshes the page by default
cloak.reset();

// You can also provide a boolean to prevent refreshing
cloak.reset(false);
```

- **aboutBlank(url)**: Opens the current tab in a about:blank iframe
Expand Down

0 comments on commit 1a810f4

Please sign in to comment.