summaryrefslogtreecommitdiff
path: root/runtime/web_worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/web_worker.rs')
-rw-r--r--runtime/web_worker.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs
index 07f6facc5..528546e9a 100644
--- a/runtime/web_worker.rs
+++ b/runtime/web_worker.rs
@@ -505,17 +505,6 @@ impl WebWorker {
}
}
- #[deprecated(
- since = "0.26.0",
- note = "This method had a bug, marking multiple modules loaded as \"main\". Use `execute_main_module`."
- )]
- pub async fn execute_module(
- &mut self,
- module_specifier: &ModuleSpecifier,
- ) -> Result<(), AnyError> {
- self.execute_main_module(module_specifier).await
- }
-
pub fn poll_event_loop(
&mut self,
cx: &mut Context,