Programing

XHR로드 완료 […] 로그 메시지

lottogame 2020. 11. 4. 07:38
반응형

XHR로드 완료 […] 로그 메시지


Ajax 요청이로드를 완료 할 때마다 JavaScript 콘솔 로그 메시지를받습니다. 문제는 첨부 된 스크린 샷에 설명되어 있습니다.

여기에 이미지 설명 입력

이 로깅을 어떻게 활성화했는지 모르겠습니다. 비활성화하는 방법? 저는 ExtJS 4.1에 있습니다.


extjs 문제가 아닙니다! 오른쪽 하단 모서리에있는 톱니 바퀴 아이콘을 클릭하고 Log XMLHttpRequests를 선택 취소합니다.

최신 버전 (Chrome 55) : 콘솔을 열고 열린 영역을 마우스 오른쪽 버튼으로 클릭 한 다음 "Log XMLHttpRequests"를 선택 취소합니다. 또는 오른쪽 상단의 수직 "..."을 클릭하고 설정으로 이동 한 다음 "Console"헤더 아래의 "Log XMLHttpRequests"를 선택 취소합니다.

최근 스크린 샷 :

크롬 55 스크린 샷 1

크롬 55 스크린 샷

이전 스크린 샷 : 최근 스크린 샷

더 오래된 스크린 샷 : 이전 스크린 샷


The correct answer belongs to VDP, but I think is about a older Chrome so in my latest
Chrome version is a little bit different the process to hide that requests...

  1. Open the developer console
  2. Click the console settings like shows the image

여기에 이미지 설명 입력

  1. Then deactivate the option Log

여기에 이미지 설명 입력

  1. Refresh the page
  2. If is still showing the requests, deactivate some chrome extension of yours and refresh again.

여기에 이미지 설명 입력Inspect Element, under the sources you will find a blue icon. Click over this blue icon so that a marked line will be appeared over this icon. Your problem will be solved.


Selected context only img

이미지 1

For me it works using the check Selected context only in the Customize and control DevTool. Chrome Version 66.0.3359.181 (Build official) (64 bits)

Selected context only Image 이미지 2

참고URL : https://stackoverflow.com/questions/12840024/xhr-finished-loading-log-message

반응형