remove deprecation feature methods

This commit is contained in:
yggverse 2025-03-27 01:47:16 +02:00
parent 560adff490
commit f9365791e6
4 changed files with 10 additions and 40 deletions

View file

@ -39,9 +39,6 @@ impl Client {
pub fn handle(&self, request: &str, is_snap_history: bool) {
self.page.escape();
// Deprecate page info but keep it data as is
self.page.navigation.request.info.borrow_mut().deprecate();
// Initially disable find action
self.page
.window_action