@php-wasm/universal
Advanced tools
Comparing version 0.1.32 to 0.1.35
{ | ||
"name": "@php-wasm/universal", | ||
"version": "0.1.32", | ||
"version": "0.1.35", | ||
"description": "PHP.wasm – emscripten bindings for PHP", | ||
@@ -38,3 +38,3 @@ "repository": { | ||
"license": "(GPL-2.0-or-later OR MPL-2.0)", | ||
"gitHead": "868bafca7e77ad31e30c1500a0d4da8b1c2314cc" | ||
"gitHead": "0962f89a2b1a438997960a25c26f5341db063a3e" | ||
} |
@@ -64,3 +64,3 @@ import PHPBrowser from './php-browser'; | ||
get documentRoot() { | ||
return this.requestHandler!.requestHandler.absoluteUrl; | ||
return this.requestHandler!.requestHandler.documentRoot; | ||
} | ||
@@ -67,0 +67,0 @@ |
@@ -107,3 +107,4 @@ import { Remote } from 'comlink'; | ||
/** | ||
* The absolute URL of this PHPRequestHandler instance. | ||
* The directory in the PHP filesystem where the server will look | ||
* for the files to serve. Default: `/var/www`. | ||
*/ | ||
@@ -110,0 +111,0 @@ documentRoot: string; |
89511
1953