Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

308
Views
No se permite cargar recursos locales: blob://http:/localhost:3000/ en iframe

Necesito descargar el archivo del servidor con token y mostrarlo en iframe.

Utilicé la solicitud con tipo de respuesta: 'texto'. Entonces puedo editar el texto y usar un más tarde.

Agregué en bloque de cabeza. Se necesitan recursos (.js .css .html .img)...

Hice:

 const blob = new Blob([textHtml], { type: 'text/html' }); const url = URL.createObjectURL(blob); ...

Tengo 4 versiones del archivo SCORM. Una vez que la versión no funciona. no sé por qué

Pienso: porque dupliqué recursos (script, link) en head con el link equivocado.

 <head> ... <link type="text/css" href="blob://http:/localhost:3000/html5/lib/stylesheets/desktop.min.css" rel="stylesheet" data-noprefix="true"> <script src="blob://http:/localhost:3000/html5/lib/scripts/frame.desktop.min.js"></script> </head>

errores:

No se permite cargar recursos locales: blob://http:/localhost:3000/html5/lib/stylesheets/desktop.min.css

No se permite cargar recursos locales: blob://http:/localhost:3000/html5/lib/scripts/frame.desktop.min.js

en el archivo de respuesta (texto):

 <html> ... <body> ... <link rel="stylesheet" href="html5/data/css/output.min.css" data-noprefix /> </body> <script src="html5/lib/scripts/bootstrapper.min.js"></script> </html>

Estoy esperando: secuencia de comandos cargada con baseUrl /html5/lib/scripts/bootstrapper.min.js

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!