Updates:
Status: Untriaged
Comment #12 on issue 466876 by
hirosh...@chromium.org: Fetch API cannot
Thanks for reporting.
As for Fetch API, chrome-extension scheme is not yet implemented. Changing
this issue to Untriaged.
Steps to reproduce:
1. Save attached script.js and manifest.json, and load them from
chrome://extensions/ with develper mode.
2. Open
https://code.google.com/ with DevTools open.
Expected:
Both "Fetch API success" and "XHR success" are output to DevTools console.
Actual:
Fetch API cannot load
chrome-extension://gfpollbbodigmjjlioifaikpkilkknjn/manifest.json. URL
scheme "chrome-extension" is not supported.
Fetch API error:
TypeError: Failed to fetch
at TypeError (native)
at chrome-extension://gfpollbbodigmjjlioifaikpkilkknjn/script.js:1:24
XHR success:
(content of manifest.json follows)
Tested on:
Linux:
44.0.2403.130 (stable)
45.0.2454.15 (beta)
46.0.2474.0 (Developer build, Revision 341879)
Windows:
44.0.2403.125 (stable)
46.0.2471.2 (dev)
46.0.2473.0 (canary)
Attachments:
manifest.json 346 bytes
script.js 649 bytes