标签: google-chrome-extension http-headers xmlhttprequest cors
我想要做的是在非浏览器环境中将CSS样式表作为文本字符串加载。因此,如果文件的示例链接标记是:
<link href="http://whatever.com/myStyle.css" rel="stylesheet" type="text/css">
我想在客户端(Chrome扩展程序JS环境)的CORS绑定不的环境中加载它,当然除了text/plain MIME类型?我该怎么做?
text/plain