We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.16.1
3.22.3
use subtitles-octopus.js show this message : WebAssembly support detected: no
WebF( background: Colors.transparent, devToolsService: ChromeDevToolsService(), // Enable Chrome DevTools Services viewportWidth: viewportSize.width - queryData.padding.horizontal, // Adjust the viewportWidth viewportHeight: viewportSize.height - queryData.padding.vertical, // Adjust the viewportHeight bundle: WebFBundle.fromUrl( 'https://xxxxx.xxx/html/ass/index2.html?v=126'), // The page entry point onLoadError: (e, r) { print('onLoadError---'); }, onJSError: (msg) { print('onJSError---'); print(msg); print('onJSError---'); }, ),
WebAssembly support detected: no ReferenceError: 'ImageData' is not defined at (https://xxxxx/js/subtitles-octopus.js?v=2:1055:20) at SubtitlesOctopus (https://xxxxx/js/subtitles-octopus.js?v=2:1081:5) at createAss (about:blank:41:38) at test (about:blank:181:13) at (about:blank:211:13)
support WebAssembly It's gonna be a beautiful thing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected version
0.16.1
Flutter versions
3.22.3
No same issues found.
Steps to Reproduce
use subtitles-octopus.js show this message : WebAssembly support detected: no
Code example
WebF( background: Colors.transparent, devToolsService: ChromeDevToolsService(), // Enable Chrome DevTools Services viewportWidth: viewportSize.width - queryData.padding.horizontal, // Adjust the viewportWidth viewportHeight: viewportSize.height - queryData.padding.vertical, // Adjust the viewportHeight bundle: WebFBundle.fromUrl( 'https://xxxxx.xxx/html/ass/index2.html?v=126'), // The page entry point onLoadError: (e, r) { print('onLoadError---'); }, onJSError: (msg) { print('onJSError---'); print(msg); print('onJSError---'); }, ),
Expected results
WebAssembly support detected: no
ReferenceError: 'ImageData' is not defined
at (https://xxxxx/js/subtitles-octopus.js?v=2:1055:20)
at SubtitlesOctopus (https://xxxxx/js/subtitles-octopus.js?v=2:1081:5)
at createAss (about:blank:41:38)
at test (about:blank:181:13)
at (about:blank:211:13)
Actual results
support WebAssembly It's gonna be a beautiful thing.
The text was updated successfully, but these errors were encountered: