Skip to content
代码片段 群组 项目
提交 074040a1 编辑于 作者: phillipwells's avatar phillipwells
浏览文件

Fix broken bulleted lists

上级 2f7ce86e
No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
...@@ -181,7 +181,7 @@ each step in the process: ...@@ -181,7 +181,7 @@ each step in the process:
1. Parse content and renders the initial page. 1. Parse content and renders the initial page.
1. Trigger the standard "document ready" event. 1. Trigger the standard "document ready" event.
This phase uses either `DAST_PAGE_READY_AFTER_NAVIGATION_TIMEOUT` (for full page loads) or `DAST_PAGE_READY_AFTER_ACTION_TIMEOUT` (for in-page actions), which sets the maximum wait time for document loading. This phase uses either `DAST_PAGE_READY_AFTER_NAVIGATION_TIMEOUT` (for full page loads) or `DAST_PAGE_READY_AFTER_ACTION_TIMEOUT` (for in-page actions), which sets the maximum wait time for document loading.
1. **Client-Side rendering**: After initial loading, many single-page applications: 1. **Client-Side rendering**: After initial loading, many single-page applications:
...@@ -190,7 +190,7 @@ each step in the process: ...@@ -190,7 +190,7 @@ each step in the process:
- Render a DOM and performs updates based on fetched data (`DAST_PAGE_DOM_READY_TIMEOUT`). - Render a DOM and performs updates based on fetched data (`DAST_PAGE_DOM_READY_TIMEOUT`).
- Display page loading indicators (`DAST_PAGE_IS_LOADING_ELEMENT`). - Display page loading indicators (`DAST_PAGE_IS_LOADING_ELEMENT`).
The scanner monitors these activities to determine when the page is ready for interaction. The scanner monitors these activities to determine when the page is ready for interaction.
The following chart illustrates the sequence timeouts used when crawling a page: The following chart illustrates the sequence timeouts used when crawling a page:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册