Guill4ume
Guill4ume
i'm runnign my test in firefox
hi, using tofra solution, it compiles well. but indeed, using parseURL i got this message >_< ```console ERROR Error: "Uncaught (in promise): TypeError: get is not a function parseURL/prom
with your web example i always got : ```console File « http://localhost:8100/node_modules/rss-parser/dist/rss-parser.min.js » was blocked because of type MIME (« text/html ») incorrect (X-Content-Type-Options: nosniff) ``` using this html :...
it seems to work pasting the "rss-parser.min.js" content directly in a script block in my index.html file it's really not a good practice ... i don't know why this mime...
**Tofra** your example is working ? here : https://github.com/tofra/angular-rss-parser ?
it doesn't work for me : > Add this to package.json > > "browser": { > "http": false, > "https": false > } > > Run npm install stream timers...