@php-wasm/web 0.9.27 → 0.9.29
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.
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* Setup a postMessage relay between the parent window and a nested iframe.
|
|
3
3
|
*
|
|
4
4
|
* When we're running a Playground instance inside an iframe, sometimes that
|
|
5
|
-
* iframe will contain another iframe and so on. The parent application,
|
|
6
|
-
* needs to be able to communicate with the innermost iframe. This
|
|
7
|
-
* the communication both ways. Call it in in every iframe
|
|
8
|
-
* window and the innermost iframe.
|
|
5
|
+
* iframe will contain another iframe and so on. The parent application,
|
|
6
|
+
* however, needs to be able to communicate with the innermost iframe. This
|
|
7
|
+
* function relays the communication both ways. Call it in in every iframe
|
|
8
|
+
* layer between the topmost window and the innermost iframe.
|
|
9
9
|
*
|
|
10
10
|
* @param nestedFrame The nested iframe element
|
|
11
11
|
* @param expectedOrigin The origin that the nested iframe is expected to be on. If not
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@php-wasm/web",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.29",
|
|
4
4
|
"description": "PHP.wasm for the web",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"type": "module",
|
|
30
30
|
"main": "index.js",
|
|
31
31
|
"types": "index.d.ts",
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "79ef61d98407b1a90f622f6bef8f91001c568d00",
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=16.15.1",
|
|
35
35
|
"npm": ">=8.11.0"
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"ini": "4.1.2",
|
|
41
41
|
"ws": "8.18.0",
|
|
42
42
|
"yargs": "17.7.2",
|
|
43
|
-
"@php-wasm/universal": "0.9.
|
|
44
|
-
"@php-wasm/util": "0.9.
|
|
45
|
-
"@php-wasm/logger": "0.9.
|
|
46
|
-
"@php-wasm/fs-journal": "0.9.
|
|
47
|
-
"@php-wasm/web-service-worker": "0.9.
|
|
43
|
+
"@php-wasm/universal": "0.9.29",
|
|
44
|
+
"@php-wasm/util": "0.9.29",
|
|
45
|
+
"@php-wasm/logger": "0.9.29",
|
|
46
|
+
"@php-wasm/fs-journal": "0.9.29",
|
|
47
|
+
"@php-wasm/web-service-worker": "0.9.29"
|
|
48
48
|
}
|
|
49
49
|
}
|