Is there an API to access via react-js? #13041
-
I want to know if its possible to make requests to lighthouse via an API, and receive json response on reactJS. |
Beta Was this translation helpful? Give feedback.
Answered by
patrickhulce
Sep 10, 2021
Replies: 1 comment 1 reply
-
I think you are interested in the PageSpeed Insights API. The npm library cannot be run client-side in a standard webapp because it requires a privileged connection to the debugging protocol of Chromium. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
agbozo1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you are interested in the PageSpeed Insights API.
The npm library cannot be run client-side in a standard webapp because it requires a privileged connection to the debugging protocol of Chromium.