Currently, without string polyfills - js tweek-client will throw exceptions on es5 environment (such as internet explorer < 12). String methods introduced in es6 such as includes startsWith endsWith are used.
I suggest adding a note about that to documentation.