Hello, I'm reaching out to point out that TextFormatter, specifically right here:
uses XSLTProcessor. There's a discussion happening about whether to deprecate that API from browsers. So I wanted to point that out, and perhaps suggest including a polyfill or other workaround, so that in case it does get removed from browsers, no TextFormatter functionality is lost.
I found this library via several sites that appear to use it, and appear to be broken if XSLTProcessor is removed:
There are a few options for JS-based XSLTProcessor implementations
Happy to answer questions if needed.
Hello, I'm reaching out to point out that TextFormatter, specifically right here:
uses
XSLTProcessor. There's a discussion happening about whether to deprecate that API from browsers. So I wanted to point that out, and perhaps suggest including a polyfill or other workaround, so that in case it does get removed from browsers, no TextFormatter functionality is lost.I found this library via several sites that appear to use it, and appear to be broken if XSLTProcessor is removed:
There are a few options for JS-based XSLTProcessor implementations
Happy to answer questions if needed.