selector: .obf-target
obfuscateHtml(html, {
selectors: [".obf-target", "#secret"],
});
withNextRouteHandlerObfuscation(handler, obfuscator, { selectors })
withRemixRequestHandlerObfuscation(handler, obfuscator, { selectors })
withAstroEndpointObfuscation(handler, obfuscator, { selectors })
withSvelteKitHandleObfuscation(handle, obfuscator, { selectors })
withHonoObfuscation(handler, obfuscator, { selectors })
withFetchObfuscation(handler, obfuscator, { selectors })