Drop support for webworkers

Reviewed By: AaaChiuuu

Differential Revision: D4916449

fbshipit-source-id: a447233d3b7cfee98db2ce00f1c0505d513e2429
This commit is contained in:
Pieter De Baets
2017-04-25 05:29:45 -07:00
committed by Facebook Github Bot
parent a20882f62e
commit 34bc6bd2ae
64 changed files with 266 additions and 1639 deletions
@@ -66,11 +66,6 @@ public abstract class BaseJavaModule implements NativeModule {
// do nothing
}
@Override
public boolean supportsWebWorkers() {
return false;
}
public boolean hasConstants() {
return false;
}