-
Notifications
You must be signed in to change notification settings - Fork 30
various updates #232
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
Merged
Merged
various updates #232
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
overstepped on trying to optimize SearchAndExecuteMethod.
new interface for JSUtilI.java: void getMediaInfoAsync(byte[] videoData, String trackType, String path, Consumer<Map<String, Object>> success, Consumer<String> onError) loads mediainfo.js and MediaInfoModule.wasm from https://unpkg.com Note that the two files can more efficiently be included in a project, as has been done with TrackerJS, where very minor tweaks of the JavaScript allow local file reading from core/_ES6/ -- remove unnecessary script source message at end of mediainfojs -- remove n.locateFile call using 0&n.locateFile -- also, wasm can be in data:application/octet-stream;base64, format if pulled from a byte[] resource.
stub needs to throw the correct exception
//BH 2024.07.14 -- 5.0.1-v4 fixes numerical array initializer using characters ['a','b',...], but not new int[] { "test".charAt(3) }
?j2sdebugcore == ?j2snozcore ?j2sdebugcode == ?j2snocore
var f = null; eval(funStr) // creates f() return f; Google compresser turns this into "return null" effect was to make String.replaceAll() fail.
merge messages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.