Skip to content

Commit 7926122

Browse files
authoredMay 2, 2019
fix(umd): export fetch namespace (#4738)
1 parent c11e1b3 commit 7926122

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/internal/umd.ts

+4
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ export const ajax = _ajax;
2020
/* rxjs.webSocket */
2121
import * as _webSocket from '../webSocket/index';
2222
export const webSocket = _webSocket;
23+
24+
/* rxjs.fetch */
25+
import * as _fetch from '../fetch/index';
26+
export const fetch = _fetch;

0 commit comments

Comments
 (0)
Please sign in to comment.