about summary refs log tree commit diff
path: root/src/lib/api/api-polyfill.web.ts
blob: 1469cf90510bfed003e40e1e008fa71ffd26899d (plain) (blame)
1
2
3
4
export function doPolyfill() {
  // TODO needed? native fetch may work fine -prf
  // AtpApi.xrpc.fetch = fetchHandler
}