-
### What is the issue with the URL Pattern Standard?
URLPattern doesn't tolerate `+` in protocol. The polyfill gives this error:
```
new URLPattern("web+foo://example.com/baz")
TypeError: Fail…
-
The PWA has this `runtimeCaching` of requests that is absent from sltt-app because it does not run the service worker (primarily because it handles its own updates, and already has its own static asse…
-
I've changed url generation to use the `indices: false` option so matches how django works:
```js
url = `${url}?${qs.stringify(query, { indices: false })}`;
```
but this depends on backend. Ho…
-
-
### What is the issue with the URL Pattern Standard?
I've recently come across [this bug report](https://github.com/kenchris/urlpattern-polyfill/issues/121) in the popular urlpattern-polyfill libra…
johnp updated
1 month ago
-
I have a MSS stream created by Wowza streaming engine. When I run the below command on Ubuntu 14.04 I get `Invalid UrlPattern!` error.
`./smoothget.exe http://172.30.110.26:1935/live/mp4:stream1/Ma…
-
### What is the issue with the URL Pattern Standard?
Using a `:` token to capture the port of a URL fails if the URL is using the default port for that protocol (either explicitly or implicitly). Tes…
rotu updated
2 months ago
-
Perhaps this isn't very high priority for now and could just be documented as a known limitation, and I know you're potentially going to make API changes anyway. But I thought it was worth mentioning.…
-
- [X] [PR #2585] Initial scaffolding (bazel test autodiscovery, test harness, a couple of URL test cases)
- [X] [PR #3002] url tests
- [X] [PR #3030] urlpattern tests
- [ ] Autogenerate `-test.js`…
-
It was raised in https://github.com/WICG/service-worker-static-routing-api/pull/27#issuecomment-2179956595, but the way to add a new condition / source type may not be considered well yet.
During g…