mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
MCREC Player and Indexer now support indexes at the end of the file.
This commit is contained in:
@@ -10978,6 +10978,7 @@
|
||||
//
|
||||
|
||||
// Converts string to UTF8 byte array, polyfill for IE.
|
||||
// Following method is code from Mozilla: https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder
|
||||
if (typeof TextEncoder === 'undefined') {
|
||||
window.TextEncoder=function TextEncoder(){};
|
||||
TextEncoder.prototype.encode = function encode(str) {
|
||||
|
||||
Reference in New Issue
Block a user