Skip to content

Commit

Permalink
Merge pull request #1 from HendrikThePendric:show-line-list-in-100-if…
Browse files Browse the repository at this point in the history
…rames

chore: produce page with 100 iframes
  • Loading branch information
HendrikThePendric authored Aug 9, 2022
2 parents baa08ef + 6c9973e commit a50eebe
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 24 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,22 @@
"react-scripts": "5.0.0"
},
"devDependencies": {
"react-scripts": "1.0.0",
"@types/faker": "5.5.3",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"http-server": "^14.1.1",
"react-scripts": "1.0.0",
"typescript": "4.5.4"
},
"name": "9ncqis",
"description": null,
"description": "Investigate perf issues with iframes",
"version": "0.0.0",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"serve:iframes": "yarn http-server ./src/iframes -p 1337"
},
"browserslist": {
"production": [
Expand Down
1 change: 1 addition & 0 deletions src/iframes/iframe_src_before_base64_encoding.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><title>IFrame vs Shadow DOM</title><script defer="defer" src="http://127.0.0.1:1337/static/js/main.ae6d3060.js"></script></head><body><div id="root"></div></body></html>
Loading

0 comments on commit a50eebe

Please sign in to comment.