We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sciter::Value
sciter::Value::isolate
unsafe
s2w
s2wn
window::with_size
window::Builder
[width, height]
std::error::Error
Window::load_html
Window::load_file
bool
Result
AsPath
dom::Element
get_value
get_hwnd
attribute
get_style_attribute
from_window
from_point
from_focus
from_highlighted
Result<Option<Element>>
get_tag
get_text
The text was updated successfully, but these errors were encountered:
pravic
No branches or pull requests
sciter::Value
: remove indexing (works via a hack now)sciter::Value::isolate
should beunsafe
s2w
: return a single value only,s2wn
returns value and lengthwindow::with_size
and K°: usewindow::Builder
instead.[width, height]
(why? totally forgot now)std::error::Error
nowWindow::load_html
andWindow::load_file
should returnbool
(even better - a properResult
)Window::load_html
andWindow::load_file
should return a properResult
Window::load_file
should acceptAsPath
traitdom::Element
::get_value
,get_hwnd
,attribute
,get_style_attribute
should return resultdom::Element
::from_window
,from_point
,from_focus
,from_highlighted
should returnResult<Option<Element>>
dom::Element
::get_tag
,get_text
should return a proper resultThe text was updated successfully, but these errors were encountered: