Skip to content

Commit

Permalink
Update packages/rrweb-snapshot/src/snapshot.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
YunFeng0817 authored Feb 14, 2023
1 parent 941385a commit d9ae269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb-snapshot/src/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ let canvasCtx: CanvasRenderingContext2D | null;

const URL_IN_CSS_REF = /url\((?:(')([^']*)'|(")(.*?)"|([^)]*))\)/gm;
const URL_PROTOCOL_MATCH = /^(?:[a-z+]+:)?\/\//i;
const URL_WWW_MATCH = /^www\..*/i
const URL_WWW_MATCH = /^www\..*/i;
const DATA_URI = /^(data:)([^,]*),(.*)/i;
export function absoluteToStylesheet(
cssText: string | null,
Expand Down

0 comments on commit d9ae269

Please sign in to comment.