Why not sending JavaScript files in browser-specific bytecode? [closed]

纵饮孤独 提交于 2019-12-02 08:31:07
Quentin
  • All engines would need to make their byte code format public
  • The server would need to hold very many different byte code files, or even compile them on the fly
  • Browser detection is fraught with peril (user agents lie, proxies cache)
  • Bytecode rules might change between minor versions of a browser
  • The performance gains probably wouldn't be all that significant (especially when compared to network transfer times)
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!