index.js 259 B

12345678
  1. // Copyright 2019-2024 Tauri Programme within The Commons Conservancy
  2. // SPDX-License-Identifier: Apache-2.0
  3. // SPDX-License-Identifier: MIT
  4. window.__TAURI_ISOLATION_HOOK__ = (payload, options) => {
  5. console.log('hook', payload, options)
  6. return payload
  7. }