-
Notifications
You must be signed in to change notification settings - Fork 128
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
add msgpack.isSupported for the browser version #30
Comments
Is it a method? if (msgpack.isSupported("feature", "version")) { ... } Could you let me know a use case? |
It could be a method or it could be a property. |
@mozi It looks it works on Android 6.0 built-in browser, by the way. |
It passes all tests on Android 6.0 built-in browser. make test-browser-local Try http://192.168.xxx.xxx:4000/__zuul then. It looks that SauceLab does not support 6.0 still however. |
Thanks, I can confirm that it is indeed working on Android 6 native browser. |
No description provided.
The text was updated successfully, but these errors were encountered: