I'm experimenting with using CSOM and Web Workers as many of my users use Chrome and FireFox. Currently I am importing SP.js and SP.Core.js
importScripts("../SP.js", "../SP.Core.js");
What other scripts do I need to import? Currently I am getting the error
Type is not defined.
Any advice would be appreciated.