Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update packages/rrweb/src/replay/index.ts
Co-authored-by: Justin Halsall <[email protected]>
  • Loading branch information
YunFeng0817 and Juice10 authored Aug 11, 2022
commit 34f96281bf9b44c945162bc53dff0d75522f5875
2 changes: 1 addition & 1 deletion packages/rrweb/src/replay/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export class Replayer {

public resume(timeOffset = 0) {
console.warn(
`The 'resume' was departed in 1.0. Please use 'play' method which has the same interface.`,
`The 'resume' was deprecated in 1.0. Please use 'play' method which has the same interface.`,
);
this.play(timeOffset);
this.emitter.emit(ReplayerEvents.Resume);
Expand Down