issues
search
GoogleChromeLabs
/
web-ai-demos
Apache License 2.0
38
stars
10
forks
source link
Use @types/dom-chromium-ai for weather-ai demo
#80
Closed
andreban
closed
3 days ago
andreban
commented
3 days ago
Replace custom
types.d.ts
with
@types/dom-chromium-ai
.
Use
esnext
as target to fix issues with iterating over AsyncIterable.
Typecast
ReadableStream<string> to
AsyncIterable
` to workaround the definition not implementing the interface due to browser compat.
types.d.ts
with@types/dom-chromium-ai
.esnext
as target to fix issues with iterating over AsyncIterable.ReadableStream<string> to
AsyncIterable