mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
refactor: delete codecs/ & self.$scramjet
This commit is contained in:
parent
f8d33a207e
commit
337134bcdc
22 changed files with 148 additions and 206 deletions
|
@ -14,8 +14,9 @@ import { parseDomain } from "parse-domain";
|
|||
import { ScramjetHeaders } from "./headers";
|
||||
import { CookieStore } from "./cookie";
|
||||
import { htmlRules, unrewriteHtml } from "./rewriters/html";
|
||||
import { $scramjet } from "../scramjet";
|
||||
|
||||
self.$scramjet.shared = {
|
||||
$scramjet.shared = {
|
||||
util: {
|
||||
parseDomain,
|
||||
BareClient,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue