Weex debug

execute weex debug to open the chrome debugging page, but the error on this page causes the debugging code not to open


document.querySelectorAll returns the NodeList object, and there is no forEach method in lower-version browsers.
you need to convert NodeList to Array type and then use forEach .

  

reason why the chrome browser version is too low

Menu