mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
cookies
This commit is contained in:
parent
7b8d5d09b2
commit
3bc8dd34b9
14 changed files with 144 additions and 93 deletions
|
@ -15,6 +15,10 @@ dbg.log("scrammin");
|
|||
// if it already exists, that means the handlers have probably already been setup by the parent document
|
||||
if (!(ScramjetClient.SCRAMJET in self)) {
|
||||
const client = new ScramjetClient(self);
|
||||
|
||||
client.loadcookies(self.COOKIE);
|
||||
delete self.COOKIE;
|
||||
|
||||
client.hook();
|
||||
|
||||
if (isemulatedsw) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue