mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 07:20:02 -04:00
feat: add reload button to percury unblocker
This commit is contained in:
parent
2512c86496
commit
e04a719140
2 changed files with 15 additions and 9 deletions
|
@ -30,4 +30,8 @@ export class ScramjetFrame extends EventTarget {
|
|||
forward() {
|
||||
this.frame.contentWindow?.history.forward();
|
||||
}
|
||||
|
||||
reload() {
|
||||
this.frame.contentWindow?.location.reload();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue