Are mTLS bindings supported on Pages Functions yet?

I have been using mTLS bindings on vanilla Workers successfully (thanks!) and I now have a Next.js app I was writing a Route Handler for, using the Edge Runtime mode. I was hoping to use an mTLS binding to do a fetch but browsing the docs, I didn't see mTLS bindings mentioned here:

https://developers.cloudflare.com/pages/platform/functions/bindings/

I can solve this using a Service Binding and separating the deployment but was hoping mTLS bindings were available for Pages Functions too since that would simplify the code.
A binding enables your Pages Functions to interact with resources on the Cloudflare developer platform. Use bindings to integrate your Pages Functions
Was this page helpful?