index.js 219 B

1234567
  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. return payload
  6. }