Skip to content

Commit 25cdc70

Browse files
committed
Add minimal Fetch
1 parent b26bffb commit 25cdc70

File tree

8 files changed

+548
-21
lines changed

8 files changed

+548
-21
lines changed

src/DOM.js

Lines changed: 23 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/DOM.res

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ open CSSFontLoading
3030
open IndexedDB
3131
open WebCrypto
3232
open Performance
33+
open WebStorage
3334

3435
type shadowRootMode =
3536
| @as("closed") Closed
@@ -8974,6 +8975,8 @@ type videoFrameCallbackMetadata = {
89748975
mutable rtpTimestamp: int,
89758976
}
89768977

8978+
type assignedNodesOptions = {mutable flatten: bool}
8979+
89778980
type customElementConstructor = htmlElement
89788981

89798982
type idleRequestCallback = idleDeadline => unit

src/Fetch.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)