Files
tauri-plugins-workspace/examples/api/isolation-dist/index.js
T
Lucas Fernandes Nogueira 5015132ece feat: add API example (#317)
2023-05-05 09:41:17 -03:00

8 lines
212 B
JavaScript

// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
window.__TAURI_ISOLATION_HOOK__ = (payload) => {
return payload;
};