UNPKG

capacitor-cors-bypass-enhanced

Version:

Enhanced Capacitor plugin for CORS bypass with HTTP/2, HTTP/3, gRPC, GraphQL, file operations, and advanced networking features

7 lines (6 loc) 229 B
import { registerPlugin } from '@capacitor/core'; const CorsBypass = registerPlugin('CorsBypass', { web: () => import('./web').then(m => new m.CorsBypassWeb()), }); export * from './definitions'; export { CorsBypass };