js polyfill tips

polyfill的作法

這個方法是在webpack doc (https://webpack.js.org/guides/shimming/)看到的,
但其實動態load script的方式在很多地方都有應用,例如JSONP



  
    
      Getting Started
+     
    
    
      
    
  

在browser內javascript環境下的io都是asychronous的,所以為了要動態load script並確保執行順序,利用動態插入<script> tag 以及script synchronous load的特性來完成。

This entry was posted in Front-end. Bookmark the permalink.

Leave a Reply