Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/41.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
node.js express中奇怪的get请求_Node.js_Express - Fatal编程技术网

node.js express中奇怪的get请求

node.js express中奇怪的get请求,node.js,express,Node.js,Express,我的express服务器发送了这个请求,但我不知道是哪个文件发送的,为什么它会用404响应。请帮我找到这个: GET /sw-import.js?baseURI=http%3A%2F%2Flocalhost%3A3000%2Fbower_components%2Fplatinum-sw%2Fplatinum-sw-register.html&clientsClaim=true&defaultCacheStrategy=networkFirst&importscript=h

我的express服务器发送了这个请求,但我不知道是哪个文件发送的,为什么它会用404响应。请帮我找到这个:

GET /sw-import.js?baseURI=http%3A%2F%2Flocalhost%3A3000%2Fbower_components%2Fplatinum-sw%2Fplatinum-sw-register.html&clientsClaim=true&defaultCacheStrategy=networkFirst&importscript=http%3A%2F%2Flocalhost%3A3000%2Fbower_components%2Fplatinum-sw%2Fbootstrap%2Fsw-toolbox-setup.js&importscriptLate=http%3A%2F%2Flocalhost%3A3000%2Fbower_components%2Fplatinum-sw%2Fbootstrap%2Fsw-toolbox-setup.js&precache=&skipWaiting=true&version=1.0 404 6.503 ms - 255

该请求表示服务工作人员已在范围中注册
您可以通过输入
chrome://inspect/#service-工人
或使用
chrome://serviceworker-internals

如果您没有在Node.js代码中显示快速路线,则无法帮助您。您的路线在哪里?