We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a7353 commit 06f27ebCopy full SHA for 06f27eb
packages/php-wasm/universal/src/lib/php-request-handler.ts
@@ -119,7 +119,7 @@ export class PHPRequestHandler implements RequestHandler {
119
request.url.startsWith('http://') ||
120
request.url.startsWith('https://');
121
const requestedUrl = new URL(
122
- // Remove the hash part of the URL as it's meant for the server.
+ // Remove the hash part of the URL as it's not meant for the server.
123
request.url.split('#')[0],
124
isAbsolute ? undefined : DEFAULT_BASE_URL
125
);
0 commit comments