diff options
Diffstat (limited to 'ext/web/lib.rs')
-rw-r--r-- | ext/web/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/web/lib.rs b/ext/web/lib.rs index a80447614..91c680f5f 100644 --- a/ext/web/lib.rs +++ b/ext/web/lib.rs @@ -51,6 +51,7 @@ pub use crate::message_port::JsMessageData; pub use crate::message_port::MessagePort; use crate::timers::op_now; +use crate::timers::op_now_set_buf; use crate::timers::op_sleep; use crate::timers::op_timer_handle; use crate::timers::StartTime; @@ -106,6 +107,7 @@ pub fn init<P: TimersPermission + 'static>( compression::op_compression_new::decl(), compression::op_compression_write::decl(), compression::op_compression_finish::decl(), + op_now_set_buf::decl(), op_now::decl::<P>(), op_timer_handle::decl(), op_cancel_handle::decl(), |