no-cors doesn't support PUT

This commit is contained in:
David Halls
2021-10-17 09:04:55 +01:00
parent 00dd002076
commit 3edfb709da
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ export class MuxReceiver extends EventTarget {
data: base_url,
protocol,
options: protocol === 'dash' ? {
method: 'PUT'
//method: 'PUT'
} : {}
});
// falls through