Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why are there createSocket commands in source? #3

Closed
pennyfx opened this issue Apr 17, 2020 · 1 comment
Closed

Why are there createSocket commands in source? #3

pennyfx opened this issue Apr 17, 2020 · 1 comment

Comments

@pennyfx
Copy link

pennyfx commented Apr 17, 2020

This is a cool concept, but as the other issue said, we need the source code and build process. I can't tell if these references are benign or not. There are also references to indexdb. Talib is only a collection of math functions, so I can't imagine why this other stuff is included.

createSocket:function(A,I,g){
indexedDB:function(){return window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB},DB_NAME:function(){return"EM_FS_"+window.location.pathname},DB_VERSION:20,DB_STORE_NAME:"FILE_DATA",saveFilesToDB:function(A,I,g){I=I||function(){},g=g||function(){};var C=JA.indexedDB()
@insane-jo
Copy link
Owner

Sorry for my long answer.
This package was a part of my another project - trade robots builder platform. May be this was one of dependencies inside project. But I think - this can be artifacts inside emscripten.
Anyway - you can see inside commit with build scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants