jso: add missing scrollIntoView method to Element (#623)

This commit is contained in:
Kirill Prazdnikov 2022-10-12 11:03:25 +03:00 committed by GitHub
parent d097350787
commit fc9748ab06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,4 +60,6 @@ public interface Element extends Node {
@JSProperty
String getTagName();
void scrollIntoView();
}