Denis TRUFFAUT
Denis TRUFFAUT
Hum, so you want to be able to test a key, then decide if you insert before of after this key.
DataUrl helps browser to display inlined images. It is useful for debugging, if you look at the second example below. FileReader can be handy for snippets like: ```javascript // Read...
For converting buffer to dataUrl (b64), you can check: https://github.com/cloudflare/workerd/issues/54#issuecomment-1262659997
Very interested in this. Let us know when it works !
It works and this is awesome ! Now I can use `const { a, b } = await import('c');` on top of all my modules ! It saves lots of...
> ES modules aren't supported into a worker Yes they are, in both worker and service worker. Use the {type: module} option when instanciating a worker or a service worker....
Just to let people know : I ran into a deadlock issue today using top level await + dynamic imports. Then I switched to dynamic imports inside functions, and the...
Thanks for feedback !
I :+1: this feature request. The "observe" attribute, able to look for items subproperties changes (https://www.polymer-project.org/1.0/docs/devguide/templates#filtering-and-sorting-lists), is really needed for iron-list.
Contact Picker API is great ! What about going further ? **Contact Discover API** 1. Ask & Get user's contacts hashed {emails, phones} list. 2. So we can compare with...