Skip to content

Commit

Permalink
docs: remove old legacy CDN reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Sep 9, 2024
1 parent f331622 commit b936304
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/guides/browser-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,3 @@ window.ResizeObserver ??= ResizeObserver;
export { default } from '@uppy/core';
export * from '@uppy/core';
```
## Legacy CDN bundle
<UppyCdnExample uppyJsName="uppy.legacy.min.js">
{`
import { Uppy, DragDrop, Tus } from "{{UPPY_JS_URL}}"
const uppy = new Uppy()
uppy.use(DragDrop, { target: '#uppy' })
uppy.use(Tus, { endpoint: '//tusd.tusdemo.net/files/' })
`}
</UppyCdnExample>

0 comments on commit b936304

Please sign in to comment.