Add web polyfills
This commit is contained in:
parent
d6ec627c8c
commit
751dfb20fd
18 changed files with 240 additions and 105 deletions
4
src/state/lib/api-polyfill.web.ts
Normal file
4
src/state/lib/api-polyfill.web.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export function doPolyfill() {
|
||||
// TODO needed? native fetch may work fine -prf
|
||||
// AtpApi.xrpc.fetch = fetchHandler
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue