LogoRobo.js
Framework

HmrSubscription

Interface: HmrSubscription

Subscription handle returned by hmr.subscribe().

Methods

unsubscribe()

unsubscribe(): void

Unsubscribe from HMR events. After calling this, the callback will no longer be invoked.

Returns

void

On this page