mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-03 00:46:51 +02:00
Added missed errors to HTMLElement interface (#375)
* Added missed errors to HTMLElement interface * Fixed test suit
This commit is contained in:
@ -19,5 +19,5 @@ func Elements(ctx context.Context, args ...core.Value) (core.Value, error) {
|
||||
return values.None, err
|
||||
}
|
||||
|
||||
return el.QuerySelectorAll(ctx, selector), nil
|
||||
return el.QuerySelectorAll(ctx, selector)
|
||||
}
|
||||
|
Reference in New Issue
Block a user