From 17c1f715de78927a88879ff5a76c88c532ce199a Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 4 Jun 2024 14:25:01 +0200 Subject: [PATCH] Add delete --- one.org | 1 + 1 file changed, 1 insertion(+) diff --git a/one.org b/one.org index 645a66a..de2d794 100644 --- a/one.org +++ b/one.org @@ -228,6 +228,7 @@ await consumer.send_html(data) Optionally we can include others. - ~append~: Default: false. If true, the HTML will be added, not replaced. +- ~delete~: Default: false. If true, the HTML will be deleted. `html` and `append` will be ignored. Only the selector will be used. - ~scroll~: Default: false. If true, the page will be scrolled to the selector - ~scrollTop~: Default: false. If true, the page will be scrolled to the top.