Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray authored and github-actions[bot] committed May 16, 2024
1 parent 418f5c4 commit eee1b86
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/rrweb/src/record/observers/asset-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ import { encode } from 'base64-arraybuffer';

import { patch } from '../../utils';

import type { recordOptions, assetStatus, ProcessingStyleElement } from '../../types';
import type {
recordOptions,
assetStatus,
ProcessingStyleElement,
} from '../../types';
import {
getSourcesFromSrcset,
shouldCaptureAsset,
Expand All @@ -21,7 +25,9 @@ import {
findCssTextSplits,
} from 'rrweb-snapshot';

export function isProcessingStyleElement(el: Element): el is ProcessingStyleElement {
export function isProcessingStyleElement(
el: Element,
): el is ProcessingStyleElement {
return '__rrProcessingStylesheet' in el;
}

Expand Down

0 comments on commit eee1b86

Please sign in to comment.