From: https://github.com/graphql/graphiql/issues/688 

 

11 days ago

Hi,

Thank you in advance. Just wanted to let you know the the web interface not working on ie11.

looks like we need add Array.from polyfill: err: Object doesn't support property or method 'from'

Thanks again,

 
 

The best way to fix this is to use babel-polyfill in your code or bundle the Array.frmo polyfill with your codebase.

 

Thanks for the note, but graphiql UI code has nothing to do with our UI code base. We use poly-fill but again 2 different codebase.

 

You would be bundling the graphiql lib somehow. Just load the array polyfill too.

相关文章:

  • 2022-12-23
  • 2021-11-18
  • 2021-09-09
  • 2021-10-06
  • 2021-06-09
猜你喜欢
  • 2021-09-19
  • 2021-07-15
  • 2022-12-23
  • 2022-02-15
  • 2021-12-14
  • 2022-01-14
  • 2022-12-23
相关资源
相似解决方案