javascript - import keyword Chrome 60 -
i looking forward using import keyword in chromium , in nw.js, tho mdn says chrome 60 has support still "unexpected token import" when try use it. what's going on?
(experimental javascript flag enabled)
per this, needs chrome 61+.
update
it work in chrome 60, experimental-web-platform flag must enabled. import not work in console though. works out of box in 61 , 62, import not throw parser error in console in 61, 62.
Comments
Post a Comment