digitalbazaar / forge

A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
https://digitalbazaar.com/
Other
5.04k stars 778 forks source link

error when testing legacy http test #938

Open ranjit-git opened 2 years ago

ranjit-git commented 2 years ago

when clicking init,cleanup etc then get bellow error Screenshot from 2022-01-05 13-40-30

davidlehn commented 2 years ago

I think flash has been removed from all modern browsers by now. swfobject is used to load flash and that project has been done for 5+ years. These examples use a small bit of flash to do low level networking. Without that they are not going to work. The code would allow some other mechanism to do networking, but I'm not sure what a replacement would be for modern browsers.

Were you just playing with these demos or do you have a project where this needs to work?

And to be fair, we did move these things to "legacy". :-)