diff options
author | Dmitry Volyntsev <xeioex@nginx.com> | 2023-05-05 20:08:56 -0700 |
---|---|---|
committer | Dmitry Volyntsev <xeioex@nginx.com> | 2023-05-05 20:08:56 -0700 |
commit | bb0aac71f2139a96a5cb46473f42797a2fcf2f65 (patch) | |
tree | a1ff133b4cfdf7ade9d9decf80421e2971a3df69 /nginx/ngx_http_js_module.c | |
parent | 47a47f5a43e4e7ac2eaa93041757070707715ec5 (diff) | |
download | njs-bb0aac71f2139a96a5cb46473f42797a2fcf2f65.tar.gz njs-bb0aac71f2139a96a5cb46473f42797a2fcf2f65.zip |
Change: non-compliant deprecated String methods were removed.
The following methods were removed:
String.bytesFrom(),
String.prototype.fromBytes(),
String.prototype.fromUTF8(),
String.prototype.toBytes(),
String.prototype.toUTF8(),
String.prototype.toString(encoding).
Because String.bytesFrom() was used to test the existing code
which works with byte strings it was replaced with $262.bytesString()
which is only available in unit tests.
Diffstat (limited to 'nginx/ngx_http_js_module.c')
0 files changed, 0 insertions, 0 deletions