-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
docs: update user-flow.md to reflect current release #14604
Conversation
- Change flow import path from `import lighthouse from 'lighthouse/core/api.js';` to `import {startFlow} from 'lighthouse/lighthouse-core/fraggle-rock/api.js';` - remove `startNavigation`/`endNavigation` - change interactive navigation with `startNavigation`/`endNavigation` to a callback navigation - change `beginTimepsan` to `startTimespan`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! This is what I was imagining on main
.
- remove - revert timespan to navigation change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also remove the reference to (Lighthouse v10)
in L3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also remove the reference to (Lighthouse v10) in L3?
Yeah sounds good.
Co-authored-by: Adam Raine <[email protected]>
Summary
Updating the docs for User Flow to reflect the current release
Change flow import path from
import lighthouse from 'lighthouse/core/api.js';
toimport {startFlow} from 'lighthouse/lighthouse-core/fraggle-rock/api.js';
remove
startNavigation
/endNavigation
change interactive navigation with
startNavigation
/endNavigation
to a callback navigationchange
beginTimepsan
tostartTimespan
Related Issues/PRs
Closes #14603