From 885fb2142092bfaa3406365778ab4833577e03c5 Mon Sep 17 00:00:00 2001 From: The-Mighty-Cat <54977668+The-Mighty-Cat@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:10:58 +0100 Subject: [PATCH] Updated HtmlElement (markdown) --- HtmlElement.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HtmlElement.md b/HtmlElement.md index c0845dc..b2aa635 100644 --- a/HtmlElement.md +++ b/HtmlElement.md @@ -14,4 +14,6 @@ namespace Crafter::CppDOM { The ``HtmlElement`` is an abstraction layer of HTML elements and bindings related to them. -It is generally recommended to use this over raw bindings as this enforces memory safety with the destructor and is easier to use. \ No newline at end of file +It is generally recommended to use this over raw bindings as this enforces memory safety with the destructor and is easier to use. + +It is constructed via the ``GetElementById`` binding and the resulting JS pointer is stored in the ptr member variable. \ No newline at end of file