in reply to Re^6: webperl: fetching data over the web
in thread webperl: fetching data over the web

running in Edge gives more hints

weblib_demo.html ...

prints this output into the textarea

wasm streaming compile failed: CompileError: Function body too big falling back to ArrayBuffer instantiation failed to asynchronously prepare wasm: CompileError: Function body too + big CompileError: Function body too big CompileError: Function body too big

plus a popup "Perl Aborted"

democode/demo.html ...

does 2-4 popups saying "Perl aborted"

I also have the feeling that a reload doesn't do a reset of the Perl engine.

> should probably be req.open('GET', url, false);

Indeed, fixed :)

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Replies are listed 'Best First'.
Re^8: webperl: fetching data over the web
by haukex (Archbishop) on Nov 08, 2018 at 18:20 UTC

    Unfortunately I'm not all too surprised IE/Edge has some issues :-/ Unless I have confirmation otherwise, I'm going to assume it's a bug in the browser ;-)