try to inline linked stylesheet when in same origin

This commit is contained in:
Yanzhen Yu
2018-10-05 23:06:51 +08:00
parent c24e0c6a2f
commit 8b82981b62
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;
};