Skip to content

Merge branch 'master' into meg-fix-mutation-observer-leak

7b2416a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

fix: clear mutation buffer and remove mirror node on iframe pagehide event #1755

Merge branch 'master' into meg-fix-mutation-observer-leak
7b2416a
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Oct 27, 2025 in 1s

ESLint Report Analysis

0 ESLint error(s) and 8 ESLint warning(s) found in pull request changed files.
13 ESLint error(s) and 33 ESLint warning(s) found in files outside of the pull request.

Details

Annotations

Check warning on line 93 in packages/rrweb/src/record/iframe-manager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/iframe-manager.ts#L93

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 94 in packages/rrweb/src/record/iframe-manager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/iframe-manager.ts#L94

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 565 in packages/rrweb/src/record/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/index.ts#L565

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 583 in packages/rrweb/src/record/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/index.ts#L583

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 366 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L366

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 372 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L372

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 843 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L843

[@typescript-eslint/no-unused-vars] '_mirror' is defined but never used.

Check warning on line 134 in packages/rrweb/src/record/observer.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/observer.ts#L134

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.