Function: xwidget-webkit-stop
xwidget-webkit-stop is an interactive and byte-compiled function
defined in xwidget.el.gz.
Signature
(xwidget-webkit-stop)
Documentation
Stop trying to load the current page.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
(defun xwidget-webkit-stop ()
"Stop trying to load the current page."
(interactive)
(xwidget-webkit-stop-loading (xwidget-webkit-current-session)))