Show More
Commit Description:
Update README.rdoc...
Commit Description:
Update README.rdoc Fix some typo about database name. add number to each step
File last commit:
Show/Diff file:
Action:
lib/assets/Lib/browser/__init__.py | 8 lines | 232 B | text/x-python | PythonLexer |
merge with algo and add brython files that were missing
r584 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)