You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
The ping_pong.py file from MDN's webextension examples repo uses "@I" instead of "=I", which is where I got that from. I can't remember specifically why I chose to use "@I", but both seem to work the same.
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
Hi,
in the code of this project, one can read:
In the MDN's documentation, one can read:
Would you mind telling me why you chose to use
"@I"
for the format instead of"=I"
?The related Python documentation is at: https://docs.python.org/2/library/struct.html
The text was updated successfully, but these errors were encountered: