record
record copied to clipboard
Error: Method not found: 'allowInterop'
record: ^5.0.4
Launching lib/main.dart on Chrome in debug mode...
main.dart:1
: Error: Method not found: 'allowInterop'.
media_recorder_delegate.dart:112
mediaRecorder.ondataavailable = jsu.allowInterop(_onDataAvailable);
^^^^^^^^^^^^
: Error: Method not found: 'allowInterop'.
media_recorder_delegate.dart:113
mediaRecorder.onstop = jsu.allowInterop(_onStop);
^^^^^^^^^^^^
: Error: Method not found: 'allowInterop'.
mic_recorder_delegate.dart:145
recorder.port.onmessage = jsu.allowInterop(
^^^^^^^^^^^^
Failed to compile application.
Exited
Facing same issue with this version while running on chrome
hmm, I don't know what to say.
js
is a dependency of this package where allowInterop
comes from...
has someone resolved it?
any update ?
It solved in this PR https://github.com/llfbandit/record/pull/308
I close this since the package will be migrated to package web in next version.