Hassan

Results 10 comments of Hassan

Yes, it returns null when XRegExp doesn't find any match.

In the original Perl implementation the ZIP+4 code is parsed but later stripped out. This library also behaves the same. But I'm open to keep the ZIP+4 code as additional...

Can you try it on `zipplus4` branch? https://github.com/hassansin/parse-address/tree/zipplus4

I'm getting following for the above address: ``` js { street: 'N95W18000 Appleton', type: 'Ave', city: 'Menomonee Falls', state: 'WI', zip: '53051' } ``` Is it supposed to be different?

@darrachequesne okay, so if Websocket is blocked by proxy and unable to connect, shouldn't it switch to polling?

Anything? What's the point of having multiple transports if automatic switching doesn't work?

This library stores cart items in session storage. So you need to have sessions enabled to use this library.

@darrachequesne okay, so if Websocket is blocked by proxy and unable to connect, shouldn't it switch to polling?

Anything? What's the point of having multiple transports if automatic switching doesn't work?