Skip to content

Commit c0b2868

Browse files
authored
update browser API (#12934)
1 parent 09965ab commit c0b2868

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docs/en/api/browser-http-api-protocol.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,6 @@ OutPut:
5959

6060
Http Status: 204
6161

62-
### POST http://localhost:12800/browser/perfData/webInteraction
63-
64-
Send a performance data object in JSON format. Since client-js 1.0.0, the following attached metrics are reported.
65-
66-
Input:
67-
68-
```json
69-
{
70-
"service": "web",
71-
"serviceVersion": "v0.0.1",
72-
"pagePath": "/index.html",
73-
"fidTime": 10,
74-
}
75-
```
76-
77-
OutPut:
78-
79-
Http Status: 204
80-
8162
### POST http://localhost:12800/browser/perfData/resources
8263

8364
Send a static resources data object in JSON format. Since client-js 1.0.0, the following attached metrics are reported.

0 commit comments

Comments
 (0)