mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
chore: Follow up remove native implementations for web for now
This commit is contained in:
parent
61907b94f0
commit
f3bd8625cb
@ -84,7 +84,7 @@ abstract class ClientManager {
|
||||
}
|
||||
|
||||
static NativeImplementations get nativeImplementations => kIsWeb
|
||||
? NativeImplementationsWebWorker(Uri.parse('native_executor.js'))
|
||||
? const NativeImplementationsDummy()
|
||||
: NativeImplementationsIsolate(compute);
|
||||
|
||||
static Client createClient(String clientName) {
|
||||
|
33445
web/native_executor.js
33445
web/native_executor.js
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user