mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +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
|
static NativeImplementations get nativeImplementations => kIsWeb
|
||||||
? NativeImplementationsWebWorker(Uri.parse('native_executor.js'))
|
? const NativeImplementationsDummy()
|
||||||
: NativeImplementationsIsolate(compute);
|
: NativeImplementationsIsolate(compute);
|
||||||
|
|
||||||
static Client createClient(String clientName) {
|
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