processing.js loading external files

后端 未结 4 1091
旧巷少年郎
旧巷少年郎 2021-01-15 13:06

I want to split my processing.js code into several files but I\'m not sure how. I tried doing



        
4条回答
  •  臣服心动
    2021-01-15 13:42

    I know this has already been answered, but I thought I'd add some more explanation:

    The problem with your initial approach is that the browser does not know what to do with a file of type "application/processing", so it is never even pulled from the server. The init() package that TML posted looks for these and pulls them by means of XHR.

提交回复
热议问题