mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
Various input fixes (support for more attributes) based on legacy tests
AbortSignal.timeout function LocalStorage named getter/setter
This commit is contained in:
@@ -61,6 +61,13 @@ pub fn main() !void {
|
||||
if (!std.mem.endsWith(u8, entry.basename, ".html")) {
|
||||
continue;
|
||||
}
|
||||
if (std.mem.indexOf(u8, entry.basename, "navigation") != null) {
|
||||
continue;
|
||||
}
|
||||
if (std.mem.indexOf(u8, entry.basename, "history") != null) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (filter) |f| {
|
||||
if (std.mem.indexOf(u8, entry.path, f) == null) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user