Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework page creation / navigation API #255

Closed
joffrey-bion opened this issue May 14, 2023 · 0 comments
Closed

Rework page creation / navigation API #255

joffrey-bion opened this issue May 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@joffrey-bion
Copy link
Owner

joffrey-bion commented May 14, 2023

There are several quirks in the current extensions to create pages and navigate to URLs:

  • the names are a bit long for such common operations
  • the parameter list may change in the future and such change will not be binary compatible - using config lambdas is better
  • most users don't need to create page targets directly with a URL, because they want to await the page load event when navigating, so we could simplify by removing the url parameter form the page creation function
@joffrey-bion joffrey-bion added the enhancement New feature or request label May 14, 2023
@joffrey-bion joffrey-bion changed the title Rework page creation API Rework page creation / navigation API May 14, 2023
joffrey-bion added a commit that referenced this issue May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant