@rescript/webapi 0.1.0-experimental-ca40659 → 0.1.0-experimental-d4d36b8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescript/webapi",
|
|
3
|
-
"version": "0.1.0-experimental-
|
|
3
|
+
"version": "0.1.0-experimental-d4d36b8",
|
|
4
4
|
"description": "Experimental successor to [rescript-webapi](https://github.com/TheSpyder/rescript-webapi)",
|
|
5
5
|
"homepage": "https://rescript-lang.github.io/experimental-rescript-webapi/",
|
|
6
6
|
"bugs": "https://github.com/rescript-lang/experimental-rescript-webapi/issues",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"rescript": ">=12.0.0 <13"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@astrojs/starlight": "0.37.
|
|
46
|
+
"@astrojs/starlight": "0.37.2",
|
|
47
47
|
"astro": "^5.10.1",
|
|
48
48
|
"micromark": "^4.0.1",
|
|
49
49
|
"prettier": "^3.3.3",
|
|
@@ -13,7 +13,7 @@ Adds a new entry for the given data to the drag data store. If the data is plain
|
|
|
13
13
|
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/DataTransferItemList/add)
|
|
14
14
|
*/
|
|
15
15
|
@send
|
|
16
|
-
external
|
|
16
|
+
external addFile: (dataTransferItemList, file) => dataTransferItem = "add"
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
Removes the indexth entry in the drag data store.
|