icon
Ryan Seddon
Ryan Seddon
November 30, 2022
javascript

Patching builtin Web APIs using Proxy and Reflect

I recently wrote something up on the work engineering publication on a production use of the Proxy & Reflect objects to hook into the createElementweb api and add a CSP nonce to any style tags created that way.

📝 Patching builtin Web APIs using Proxy and Reflect.

© 2023 Ryan Seddon