From 609400fdeb7de9716f423dad8860665ee9e5ba97 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Wed, 12 Mar 2025 14:11:45 -0400 Subject: [PATCH] Add docs for framed client-side replay --- docs/manual/configuring.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/manual/configuring.rst b/docs/manual/configuring.rst index 9a341734..82fe2eb7 100644 --- a/docs/manual/configuring.rst +++ b/docs/manual/configuring.rst @@ -44,6 +44,19 @@ To disable framed replay add: Note: pywb also supports HTTP/S **proxy mode** which requires additional setup. See :ref:`https-proxy` for more details. +.. _client_side_replay: + +Client-side replay +------------------ + +In pywb 2.8.0+, client-side replay can optionally be enabled for framed replay. + +To enable client-side framed replay add: + +``client_side_replay: true`` to your config.yaml + +In this mode, pywb will use the `wabac.js `_ service worker-based replay system that underlines `ReplayWeb.page `_ in live proxy mode. This may result in better replay for certain JavaScript-heavy sites. + .. _dir_structure: