aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/shims/https.ts
Commit message (Collapse)AuthorAgeFilesLines
* Replace angular-cli patch with something less risky (#742)William Lahti2018-06-281-0/+1
* Replace angular-cli patch with something less risky * path.join() is needed, provide a naive implementation * technically, webpack provided a polyfill for Buffer, we should too * process polyfill matches webpack; peertube depends on nextTick * polyfill for path to match webpack * http/https polyfills as per webpack