Skip to content

Commit 8ed25c8

Browse files
committed
[chrome] implement concept of granular contexts, replace ipc with @mercuryworkshop/rpc, remove legacy ipc
1 parent 6eb8cff commit 8ed25c8

File tree

11 files changed

+223
-388
lines changed

11 files changed

+223
-388
lines changed

packages/chrome/src/proxy/Controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
type ScramjetFetchRequest,
1414
} from "@mercuryworkshop/scramjet";
1515

16-
function makeId(): string {
16+
export function makeId(): string {
1717
return Math.random().toString(36).substring(2, 10);
1818
}
1919

packages/chrome/src/proxy/ipc.ts

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)