Skip to content

Conversation

@ChristopherPHolder
Copy link
Contributor

@ChristopherPHolder ChristopherPHolder commented Dec 11, 2022

Summary

Updating the docs for User Flow to reflect the current release

  • 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

Related Issues/PRs

Closes #14603

- 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`
Copy link
Contributor

@adamraine adamraine left a 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
Copy link
Contributor Author

@ChristopherPHolder ChristopherPHolder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@adamraine adamraine left a 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]>
@adamraine adamraine merged commit 5aad84d into GoogleChrome:main Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

User Flow docs are not up-to-date?

3 participants