mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
send cookies
This commit is contained in:
parent
4549f3e672
commit
19b3a89549
5 changed files with 948 additions and 5 deletions
|
@ -7,12 +7,14 @@ import { rewriteWorkers } from "./rewriters/worker";
|
|||
import { isScramjetFile } from "./rewriters/html";
|
||||
import { BareClient } from "@mercuryworkshop/bare-mux";
|
||||
import { parseDomain } from "parse-domain";
|
||||
import { ScramjetHeaders } from "./headers";
|
||||
|
||||
self.$scramjet.shared = {
|
||||
util: {
|
||||
isScramjetFile,
|
||||
parseDomain,
|
||||
BareClient,
|
||||
ScramjetHeaders,
|
||||
},
|
||||
url: {
|
||||
encodeUrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue