mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-14 11:23:02 +02:00
fix(html): WAIT_NAVIGATION doc 🐛 (#557)
This commit is contained in:
parent
fee9640788
commit
c0f8421eaf
@ -22,7 +22,7 @@ type WaitNavigationParams struct {
|
||||
// @param {Int} [timeout=5000] - Navigation timeout.
|
||||
// @param {Object} [params=None] - Navigation parameters.
|
||||
// @param {Int} [params.timeout=5000] - Navigation timeout.
|
||||
// @param {Int} [params.target] - Navigation target url.
|
||||
// @param {String} [params.target] - Navigation target url.
|
||||
// @param {HTMLDocument} [params.frame] - Navigation frame.
|
||||
func WaitNavigation(ctx context.Context, args ...core.Value) (core.Value, error) {
|
||||
err := core.ValidateArgs(args, 1, 2)
|
||||
|
Loading…
Reference in New Issue
Block a user