Ignacio Araya

Results 2 issues of Ignacio Araya

The emulator doesn't load anything unless I'm also running the web server at the same time. so I was wondering if my interpretation is correct: ```index.html var href = 'http://192.168.56.1:8088';...

question

I've installed follow-redirects using these two npm commands: **npm i follow-redirects npm install @types/follow-redirects** I've imported it inside video-player.js like this: **import { http, https } from 'follow-redirects';** However if...