mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-06 20:56:07 -05:00
Merge pull request #1473 from lightpanda-io/script_text
Expose Script.text property
This commit is contained in:
@@ -121,6 +121,7 @@ pub const JsApi = struct {
|
||||
try self.asNode().getTextContent(&buf.writer);
|
||||
return buf.written();
|
||||
}
|
||||
pub const text = bridge.accessor(_innerText, Script.setInnerText, .{});
|
||||
};
|
||||
|
||||
pub const Build = struct {
|
||||
|
||||
Reference in New Issue
Block a user