mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 02:09:22 +02:00
add p2p support for HLS https://github.com/Novage/p2p-media-loader
This commit is contained in:
parent
64c36d9f4e
commit
0d0338876d
1197 changed files with 121461 additions and 179724 deletions
3
node_modules/@babel/runtime/helpers/esm/construct.js
generated
vendored
3
node_modules/@babel/runtime/helpers/esm/construct.js
generated
vendored
|
@ -2,7 +2,7 @@ import setPrototypeOf from "./setPrototypeOf.js";
|
|||
import isNativeReflectConstruct from "./isNativeReflectConstruct.js";
|
||||
export default function _construct(Parent, args, Class) {
|
||||
if (isNativeReflectConstruct()) {
|
||||
_construct = Reflect.construct;
|
||||
_construct = Reflect.construct.bind();
|
||||
} else {
|
||||
_construct = function _construct(Parent, args, Class) {
|
||||
var a = [null];
|
||||
|
@ -13,6 +13,5 @@ export default function _construct(Parent, args, Class) {
|
|||
return instance;
|
||||
};
|
||||
}
|
||||
|
||||
return _construct.apply(null, arguments);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue