Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
BobHanson merged 28 commits intojava2script:masterfromBobHanson:master
Dec 24, 2024
Merged

various updates#232

BobHanson merged 28 commits intojava2script:masterfromBobHanson:master
Dec 24, 2024

Conversation

@BobHanson
Copy link
Collaborator

No description provided.

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 fromhttps://unpkg.com Notethat the two files can more efficiently be included in a project, as hasbeen done with TrackerJS, where very minor tweaks of the JavaScriptallow 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 ifpulled from a byte[] resource.
//BH 2024.07.14 -- 5.0.1-v4 fixes numerical array initializer usingcharacters ['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.
@BobHansonBobHanson merged commit7104256 intojava2script:masterDec 24, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@BobHanson

[8]ページ先頭

©2009-2025 Movatter.jp