Variable: shr-use-xwidgets-for-media

shr-use-xwidgets-for-media is a customizable variable defined in shr.el.gz.

Value

nil

Documentation

If non-nil, use xwidgets to display video and audio elements.

This also depends on Emacs being built with xwidgets capability. Note that this is experimental, and may lead to instability on some platforms.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defcustom shr-use-xwidgets-for-media nil
  "If non-nil, use xwidgets to display video and audio elements.
This also depends on Emacs being built with xwidgets capability.
Note that this is experimental, and may lead to instability on
some platforms."
  :type 'boolean
  :version "29.1")