Show More
Commit Description:
merge latest feature to master branch
Commit Description:
merge latest feature to master branch
References:
File last commit:
Show/Diff file:
Action:
lib/assets/Lib/browser/__init__.py | 8 lines | 232 B | text/x-python | PythonLexer |
import javascript
from _browser import *
from .local_storage import LocalStorage
from .session_storage import SessionStorage
from .object_storage import ObjectStorage
WebSocket = javascript.JSConstructor(window.WebSocket)