Skip to content

Commit

Permalink
add ReadableStream polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin authored Mar 30, 2022
1 parent 1e45722 commit 1263a8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ var urls = {
'cdn.jsdelivr.net/npm/[email protected]/dist/index.umd.js':{
'URLPattern':[window],
}
'unpkg.com/web-streams-polyfill/dist/polyfill.min.js':{
'ReadableStream':[window],
}
};

addCombo('polyfill.io/v3/polyfill.min.js?features=Intl', {
Expand Down

0 comments on commit 1263a8e

Please sign in to comment.