try to inline linked stylesheet when in same origin

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 7fadc986ec
commit 51737d9b53
6 changed files with 110 additions and 33 deletions

View File

@@ -53,3 +53,7 @@ export type serializedNode =
| commentNode;
export type serializedNodeWithId = serializedNode & { id: number };
export type tagMap = {
[key: string]: string;
};