mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
MCREC Player and Indexer now support indexes at the end of the file.
This commit is contained in:
parent
0d4754fba2
commit
4ce64c06e9
3 changed files with 90 additions and 33 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue