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

175
Views
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
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!