Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

176
Vistas
TypeError: Failed to excute 'arrayBuffer' on 'Reponse': body stream already read in Dotnet6 Blazor wasm with using the iframe for tablet

We use the dotnet6 blazor wasm pwa for two projects. We use the iframe in the first blazor wasm project. We call the second project from it with using the iframe.

There has no error computer browser and mobile browser.

There has the error in tablet browser only.

"TypeError: Failed to excute 'arrayBuffer' on 'Reponse': body stream already read in Dotnet6 Blazor wasm" or "TypeError: WebAssembly.instantiate(): Argument 0 must be a buffer source or a WebAssembly.Module object"

  return s.instantiateWasm = (e,t)=>((async()=>{
        let n;
        try {
            const t = await u;
            n = await async function(e, t) {
            if ("function" == typeof WebAssembly.instantiateStreaming) {
                
                try {
                    return (await WebAssembly.instantiateStreaming(e.response, t)).instance
                } catch (e) {
                    console.info("Streaming compilation failed. Falling back to ArrayBuffer instantiation. ", e)
                }
            }
            
        const n = await e.response.then((e=> {
             e.arrayBuffer(); // This is error because of e.reponse is empty.
        }));
        

        return (await WebAssembly.instantiate(n, t)).instance // this is error because argument 0 must be a buffer source or a WebAssembly.Module object
           }(t, e)
        } catch (e) {
            throw s.printErr(e.toString()),
            e
        }
        t(n)

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda