textual icon indicating copy to clipboard operation
textual copied to clipboard

Awaitable remove

Open davep opened this issue 1 year ago • 0 comments

This adds the ability to await a Widget.remove or a DOMQuery.remove. Doing this adds a new type -- AwaitRemove -- and also changes the return type of DOMQuery.remove (which used to return self but now returns an awaitable object).

davep avatar Nov 10 '22 20:11 davep