@wdprlib/runtime
    Preparing search index...

    Interface WdprRuntime

    Handle returned by initWdprRuntime().

    Call destroy() to remove every event listener and timer that the runtime attached, preventing memory leaks on SPA navigation.

    interface WdprRuntime {
        destroy(): void;
    }
    Index

    Methods

    Methods

    • Remove all event listeners and release resources

      Returns void