简体   繁体   中英

IE-11 gives error while opening node-red UI

I have node-red application, which is implemented using docker/container. When I start UI In IE-11, it does not show the flow, instead gives blank screen. In F12edge it shows error : Script1006: Expected ')' in vendor.js (82,13).

The flow runs fine in the background just the UI does not open in IE. When I tried opening UI in Chrome, Firefox - it works fine. enter image description here

It's possible that IE's js parser is seeing .eval as the keyword eval and expecting eval(...) .

Therefore try :

a['eval'].call(a, b);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM