-
Just had a really weird bug.
If I have this:
```ts
export default defineBackground(() => {
const globalStateService = registerGlobalStateService();
const recorderService = registerR…
-
Hey folks, ironically for a library designed to let browser extensions carefully integrate with host webpages, merely _importing_ this library into salesforce.com breaks certain Salesforce functionali…
-
## I'm submitting this issue for the package(s):
- [ ] jwt-verifier
- [ ] okta-angular
- [x] oidc-middleware
- [ ] okta-react
- [ ] okta-react-native
- [ ] okta-vue
## I'm submitting a:…
-
Requested results:
- Baseline testing (lighthouse)
- Blog post of recommended approaches of how to load WCs on your site (SPA vs. CMS, etc)
Resources:
- [btopro video on dynamic imports](https:…
-
We originally wanted to use JavaFX's WebView as our web page host on the desktop but unfortunately it doesn't support WebSQL or IndexedDB. PouchDB actually had a polyfill for that but unfortunately we…
-
Hello there,
I'm using taskforce connector to connect to my redis cluster.
I have some failed jobs that i wan't to retry (job as reached the max attemtps), but has soon as i click on retry button,…
-
### Description
Uncaught ReferenceError: HTMLImports is not defined
at platinum-sw-register.html:111
This happens when importing `platinum-sw-elements`
### Expected outcome
### St…
-
I am trying to create an angular project to work with the Firebase (@angular/fire) and Native Federation in an NX Monorepo.
This is my setup:
*tsconfig.base.json*
```
{
"compileOnSave": fal…
-
Hi,
i just install the library with: npm i @woocommerce/woocommerce-rest-api
Then I imported the module as the specifications: import WooCommerceRestApi from "@woocommerce/woocommerce-rest-api"…
-
Spec defined here https://developer.mozilla.org/en/xmlhttprequest and here http://msdn.microsoft.com/en-us/library/ie/hh673569(v=vs.85).aspx
So far all I know is that it is implemented in the latest …